diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2023-11-20 11:04:32 +0000 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-11-20 11:04:32 +0000 |
commit | 292a3f6761bc9b79fddb098d27544db2acf98329 (patch) | |
tree | 5afe40a6aacfa044db0ae5dce40f80e635fb96c5 /plugins/style | |
parent | 6a3581b7e0928a0df7b5bd8ec850f12101509b23 (diff) |
undo some tweaks
Diffstat (limited to 'plugins/style')
-rw-r--r-- | plugins/style/style.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/style/style.js b/plugins/style/style.js index 4b42fe3..e93a307 100644 --- a/plugins/style/style.js +++ b/plugins/style/style.js @@ -113,17 +113,11 @@ if (document.domain == "twitter.com") { [role^="progressbar"]{ display: none; } - .r-1h8ys4a { - display: none; - } /* hide video */ [data-testid^="videoPlayer"] { display: none !important; } - [data-testid^="videoPlayer"]:before { - content: '<br>[twitter video]'; - } `; // Function to hide the grandparent of video players |