🐛 Remove organization from Twitter
This commit is contained in:
4
src-tauri/src/inject/style.js
vendored
4
src-tauri/src/inject/style.js
vendored
@@ -114,7 +114,8 @@ window.addEventListener('DOMContentLoaded', (_event) => {
|
|||||||
#react-root [data-testid="placementTracking"] article,
|
#react-root [data-testid="placementTracking"] article,
|
||||||
#react-root a[href*="quick_promote_web"],
|
#react-root a[href*="quick_promote_web"],
|
||||||
#react-root [data-testid="AppTabBar_Explore_Link"],
|
#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;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -162,6 +163,7 @@ window.addEventListener('DOMContentLoaded', (_event) => {
|
|||||||
#react-root header[role="banner"] > div > div > div {
|
#react-root header[role="banner"] > div > div > div {
|
||||||
justify-content: center !important;
|
justify-content: center !important;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#react-root form[role="search"] > div:nth-child(1) > div {
|
#react-root form[role="search"] > div:nth-child(1) > div {
|
||||||
|
|||||||
Reference in New Issue
Block a user