From a2c465f504b1ab298a67b0ca5678465f6d5f09ab Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 28 Nov 2023 16:30:56 +0000 Subject: remove hover from twitter --- plugins/style/style.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'plugins') diff --git a/plugins/style/style.js b/plugins/style/style.js index 4ec3e86..30f35a6 100644 --- 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 -- cgit v1.2.3