diff options
Diffstat (limited to '.config/qutebrowser/greasemonkey/boursorama.js')
-rwxr-xr-x | .config/qutebrowser/greasemonkey/boursorama.js | 20 |
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; - } -`) |