summaryrefslogtreecommitdiffstats
path: root/.config/qutebrowser/greasemonkey/boursorama.js
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2024-05-14 18:53:03 +0200
committerRomain Gonçalves <me@rgoncalves.se>2024-05-14 18:53:03 +0200
commit612dbb6993c8a548744f29a4d15d6b31325357c8 (patch)
tree0d61cee0ea74ac811268d0ffc00d3d55f7174112 /.config/qutebrowser/greasemonkey/boursorama.js
parent23e2bfd987c430bb41bc7860c46c2f572e9e2db4 (diff)
downloaddots-trunk.tar.gz
Tue May 14 06:53:03 PM CEST 2024HEADtrunk
Diffstat (limited to '.config/qutebrowser/greasemonkey/boursorama.js')
-rwxr-xr-x.config/qutebrowser/greasemonkey/boursorama.js20
1 files changed, 0 insertions, 20 deletions
diff --git a/.config/qutebrowser/greasemonkey/boursorama.js b/.config/qutebrowser/greasemonkey/boursorama.js
deleted file mode 100755
index 771bc38..0000000
--- a/.config/qutebrowser/greasemonkey/boursorama.js
+++ /dev/null
@@ -1,20 +0,0 @@
-// ==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.