From 612dbb6993c8a548744f29a4d15d6b31325357c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Tue, 14 May 2024 18:53:03 +0200 Subject: Tue May 14 06:53:03 PM CEST 2024 --- .config/qutebrowser/greasemonkey/boursorama.js | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 .config/qutebrowser/greasemonkey/boursorama.js (limited to '.config/qutebrowser/greasemonkey/boursorama.js') 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; - } -`) -- cgit v1.2.3