dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 2539b00f2f5c912c181869d1f4bc8ec56ef3e8d0
parent 57c3f5b57ff9431b89de5b8140ba9c768a18e912
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 25 Feb 2022 08:37:59 +0100

Balance out positivity from previous commit

Diffstat:
M.config/firefox/userContent.css | 30++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+), 0 deletions(-)

diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css @@ -16,6 +16,36 @@ * https://nullprogram.com */ +@-moz-document domain(askubuntu.com), domain(serverfault.com), + domain(stackexchange.com), domain(stackoverflow.com), + domain(superuser.com) { + + /* https://stackoverflow.blog/2022/01/25/attention-distraction-focus-flow-state-programming/ + * + * > Modern apps have been engineered to capture your attention. + * > We explore how to break free and find more focus for your own + * > programming. + * + * Not that you'd know anything about "engineering to capture our + * attention", eh SX? + * + * (2014) https://meta.stackexchange.com/questions/222721/how-to-avoid-hot-network-questions-on-the-sidebar + * (2015) https://meta.stackoverflow.com/questions/284350/can-we-have-an-adhd-stack-overflow-version + * (2015) https://meta.stackoverflow.com/questions/308022/is-it-a-good-idea-to-disable-hot-network-questions-to-boost-productivity + * (2019) https://meta.stackexchange.com/questions/325060/updating-the-hot-network-questions-list-now-with-a-bit-more-network-and-a-litt + * + * > User preference to remove HNQ sidebar section globally + * + * πŸ‘ + * + * Keeping the CSS rules because I'm not always logged in. + */ + + #hireme, #hot-network-questions { + display: none; + } +} + @-moz-document domain(cr.yp.to) { body { margin: auto;