From 24d6f0016e461b1c2051571707cbb67c76eb512f Mon Sep 17 00:00:00 2001 From: Phantop Date: Wed, 3 Sep 2025 16:26:29 -0400 Subject: [PATCH] qute: hide miniflux new link, agent change for anubis binding --- qutebrowser/css/user.scss | 1 + qutebrowser/include/bindings.py | 1 + 2 files changed, 2 insertions(+) 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',