summary refs log tree commit diff
path: root/.local
diff options
context:
space:
mode:
authorZach DeCook <zach.decook@bettercarpeople.com>2022-10-27 15:07:39 -0400
committerZach DeCook <zach.decook@bettercarpeople.com>2022-10-27 15:07:39 -0400
commitef7f140715c24a1824936a83025ed91297b47307 (patch)
tree5bb47f008aa55ddc28700aa2cf9f50f1bd192902 /.local
parent541f55b16250ea97f344145293c947625619d0c3 (diff)
downloaddotfiles-ef7f140715c24a1824936a83025ed91297b47307.tar.gz
epiphany: make stackoverflow nicer
Diffstat (limited to '.local')
-rw-r--r--.local/share/epiphany/user-stylesheet.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/.local/share/epiphany/user-stylesheet.css b/.local/share/epiphany/user-stylesheet.css
new file mode 100644
index 0000000..c0f590b
--- /dev/null
+++ b/.local/share/epiphany/user-stylesheet.css
@@ -0,0 +1,19 @@
+/* stackoverflow annoying cookies */
+.js-consent-banner{
+	display: none;
+}
+.js-dismissable-hero{
+	display: none;
+}
+/* stackoverflow distractionless right sidebar */
+body.question-page div#sidebar > div:not(.sidebar-related){
+    display:none;
+}
+
+/* stackoverflow no left sidebar */
+body.question-page div#left-sidebar {
+    display: none;
+}
+body.question-page div#content {
+    width: 100% !important;
+}