From a3d041d259756dc609b40e5244965fb36b05b8a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sun, 2 Jan 2022 21:07:04 +0100 Subject: Sun Jan 2 09:07:04 PM CET 2022 --- .config/qutebrowser/greasemonkey/boursorama-css.js | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/qutebrowser/greasemonkey') 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; } `) -- cgit v1.2.3