summaryrefslogtreecommitdiffstats
path: root/.config/qutebrowser/greasemonkey/boursorama-css.js
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2022-01-02 21:07:04 +0100
committerRomain Gonçalves <me@rgoncalves.se>2022-01-02 21:07:04 +0100
commita3d041d259756dc609b40e5244965fb36b05b8a3 (patch)
tree8f0890cf1dc48ef35ca6d0d5e572c2325aa09288 /.config/qutebrowser/greasemonkey/boursorama-css.js
parent0f08d04698c814955116b6bae50752e64b774d8f (diff)
downloaddots-a3d041d259756dc609b40e5244965fb36b05b8a3.tar.gz
Sun Jan 2 09:07:04 PM CET 2022
Diffstat (limited to '.config/qutebrowser/greasemonkey/boursorama-css.js')
-rwxr-xr-x.config/qutebrowser/greasemonkey/boursorama-css.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/qutebrowser/greasemonkey/boursorama-css.js b/.config/qutebrowser/greasemonkey/boursorama-css.js
index 4d1c29e..771bc38 100755
--- a/.config/qutebrowser/greasemonkey/boursorama-css.js
+++ b/.config/qutebrowser/greasemonkey/boursorama-css.js
@@ -5,6 +5,7 @@
// ==/UserScript==
GM_addStyle(`
+ div[id^='alert-random-'],
.chatbot,
.c-promotional-cards-wrapper,
.c-articles-wrapper,
@@ -14,5 +15,6 @@ GM_addStyle(`
visibility: hidden;
margin: 0px;
padding: 0px;
+ display: block;
}
`)
remember that computers suck.