diff --git a/qutebrowser/css/user.scss b/qutebrowser/css/user.scss index a420d3e..88d359e 100644 --- a/qutebrowser/css/user.scss +++ b/qutebrowser/css/user.scss @@ -63,4 +63,5 @@ div#outer.wrapper { //ao3 #grease-anchor { color: var(--counter-color); margin-inline-start: 4px; } h1, h2, h3, h4, h5, h6 { &:not(:hover) #grease-anchor {display: none}} + .entry-external-link {display: none} } diff --git a/qutebrowser/include/bindings.py b/qutebrowser/include/bindings.py index eb0f9c7..5eec972 100644 --- a/qutebrowser/include/bindings.py +++ b/qutebrowser/include/bindings.py @@ -34,6 +34,7 @@ bind = { 'av': kitdl + ' ydl {url}"', '': 'spawn -u readability', + 'ba': 'set -u {url:host} content.headers.user_agent Browser', 'e': 'config-cycle -p -u *://*.{url:host}/* content.javascript.enabled ;; reload', 'E': 'config-cycle -p content.javascript.enabled ;; reload', 'pb': 'spawn -u priviblur',