summaryrefslogtreecommitdiffstats
path: root/.config/qutebrowser/greasemonkey/boursorama.js
diff options
context:
space:
mode:
Diffstat (limited to '.config/qutebrowser/greasemonkey/boursorama.js')
-rwxr-xr-x.config/qutebrowser/greasemonkey/boursorama.js20
1 files changed, 20 insertions, 0 deletions
diff --git a/.config/qutebrowser/greasemonkey/boursorama.js b/.config/qutebrowser/greasemonkey/boursorama.js
new file mode 100755
index 0000000..771bc38
--- /dev/null
+++ b/.config/qutebrowser/greasemonkey/boursorama.js
@@ -0,0 +1,20 @@
+// ==UserScript==
+// @name boursorama css
+// @match *://*.boursorama.com/*
+// @grant none
+// ==/UserScript==
+
+GM_addStyle(`
+ div[id^='alert-random-'],
+ .chatbot,
+ .c-promotional-cards-wrapper,
+ .c-articles-wrapper,
+ .c-offers__entry-card {
+ width: 0px !important;
+ height: 0px !important;
+ visibility: hidden;
+ margin: 0px;
+ padding: 0px;
+ display: block;
+ }
+`)
remember that computers suck.