diff options
| author | NunoSempere <nuno.sempere@protonmail.com> | 2023-07-27 17:36:04 +0200 |
|---|---|---|
| committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-07-27 17:36:04 +0200 |
| commit | d65dc93af7f435fea433bb1f24ff26e0873baad7 (patch) | |
| tree | ab7f5505fbbb4ea30a81e047365b78d2b32fd7ec | |
| parent | b87693e4c57f36e528a9d6f46febcac32c90b808 (diff) | |
tweak twitter css
| -rw-r--r-- | plugins/style/style.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/style/style.js b/plugins/style/style.js index c142373..9d9d700 100644 --- a/plugins/style/style.js +++ b/plugins/style/style.js @@ -61,10 +61,10 @@ if (document.domain == "search.nunosempere.com" ){ } if (document.domain == "twitter.com" ){ styles = ` - [data-testid="placementTracking"] { + [data-testid^="placementTracking"] { display: none; } - [data-testid="sidebarColumn"] { + [data-testid^="sidebarColumn"] { display: none; } ` |
