rosenrot-browser

A hackable browser based on Webkitgtk
Log | Files | Refs | README

commit a2c465f504b1ab298a67b0ca5678465f6d5f09ab
parent a2f5a864bf822dfb7b39035c256464bfb6a2b0f6
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Tue, 28 Nov 2023 16:30:56 +0000

remove hover from twitter

Diffstat:
Mplugins/style/style.js | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/plugins/style/style.js b/plugins/style/style.js @@ -121,6 +121,13 @@ if (document.domain == "twitter.com") { [data-testid^="videoPlayer"] { display: none !important; } + + /* No change of colors in hover */ + *:hover { + background-color: inherit !important; + transition: none !important; + } + `; // Function to hide the grandparent of video players