diff options
| author | Kรฉvin Le Gouguec <kevin.legouguec@gmail.com> | 2022-02-25 08:37:59 +0100 |
|---|---|---|
| committer | Kรฉvin Le Gouguec <kevin.legouguec@gmail.com> | 2022-02-25 08:44:03 +0100 |
| commit | 2539b00f2f5c912c181869d1f4bc8ec56ef3e8d0 (patch) | |
| tree | fd20de82774074357368cb8bce98395a165e4a8d | |
| parent | 57c3f5b57ff9431b89de5b8140ba9c768a18e912 (diff) | |
| download | dotfiles-2539b00f2f5c912c181869d1f4bc8ec56ef3e8d0.tar.xz | |
Balance out positivity from previous commit
| -rw-r--r-- | .config/firefox/userContent.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index c5170e7..fd9ef75 100644 --- 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; |
