remove hover from twitter

This commit is contained in:
NunoSempere 2023-11-28 16:30:56 +00:00
parent a2f5a864bf
commit a2c465f504

View File

@ -121,6 +121,13 @@ if (document.domain == "twitter.com") {
[data-testid^="videoPlayer"] { [data-testid^="videoPlayer"] {
display: none !important; 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 // Function to hide the grandparent of video players