aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-11-28 16:30:56 +0000
committerNunoSempere <nuno.sempere@protonmail.com>2023-11-28 16:30:56 +0000
commita2c465f504b1ab298a67b0ca5678465f6d5f09ab (patch)
treedd6f1c176ef3e9755c3cf36b03878fdfad1c49db /plugins
parenta2f5a864bf822dfb7b39035c256464bfb6a2b0f6 (diff)
remove hover from twitter
Diffstat (limited to 'plugins')
-rw-r--r--plugins/style/style.js7
1 files changed, 7 insertions, 0 deletions
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