undo some tweaks

This commit is contained in:
NunoSempere 2023-11-20 11:04:32 +00:00
parent 6a3581b7e0
commit 292a3f6761

View File

@ -113,17 +113,11 @@ if (document.domain == "twitter.com") {
[role^="progressbar"]{ [role^="progressbar"]{
display: none; display: none;
} }
.r-1h8ys4a {
display: none;
}
/* hide video */ /* hide video */
[data-testid^="videoPlayer"] { [data-testid^="videoPlayer"] {
display: none !important; display: none !important;
} }
[data-testid^="videoPlayer"]:before {
content: '<br>[twitter video]';
}
`; `;
// Function to hide the grandparent of video players // Function to hide the grandparent of video players