summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/firefox/userContent.css30
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;