commit b52be6ec545a064e29601fd2a728317f629307d7 parent 8bb903d4f4e66193ca8def6a604d0284e892c47b Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> Date: Mon, 29 Dec 2025 15:42:14 +0100 Guard against attention theft Diffstat:
| M | .config/firefox/userContent.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css @@ -48,7 +48,7 @@ * Keeping the CSS rules because I'm not always logged in. */ - #hireme, #hot-network-questions { + #hireme, #hot-network-questions, .s-sidebarwidget__yellow { display: none; } }