🐛 Remove organization from Twitter

This commit is contained in:
Tw93
2023-04-27 12:56:20 +08:00
parent a0cc64ead7
commit a092a17ffb

View File

@@ -114,7 +114,8 @@ window.addEventListener('DOMContentLoaded', (_event) => {
#react-root [data-testid="placementTracking"] article,
#react-root a[href*="quick_promote_web"],
#react-root [data-testid="AppTabBar_Explore_Link"],
#react-root a[href*="/lists"][role="link"][aria-label] {
#react-root a[href*="/lists"][role="link"][aria-label],
#react-root a[href*="/i/verified-orgs-signup"][role="link"][aria-label] {
display: none !important;
}
@@ -162,6 +163,7 @@ window.addEventListener('DOMContentLoaded', (_event) => {
#react-root header[role="banner"] > div > div > div {
justify-content: center !important;
padding-top: 0;
overflow-x: hidden;
}
#react-root form[role="search"] > div:nth-child(1) > div {