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