Skip to content

Instantly share code, notes, and snippets.

@indygwyn
Forked from cmoog/twitter-ad-free.md
Created May 11, 2023 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indygwyn/3eb94e99a370f3376d29c6d23f121a07 to your computer and use it in GitHub Desktop.
Save indygwyn/3eb94e99a370f3376d29c6d23f121a07 to your computer and use it in GitHub Desktop.

Ad-free Twitter

Inject this css snippet to remove all ads from your Twitter timeline.

div[data-testid="placementTracking"]:has(path[d="M19.498 3h-15c-1.381 0-2.5 1.12-2.5 2.5v13c0 1.38 1.119 2.5 2.5 2.5h15c1.381 0 2.5-1.12 2.5-2.5v-13c0-1.38-1.119-2.5-2.5-2.5zm-3.502 12h-2v-3.59l-5.293 5.3-1.414-1.42L12.581 10H8.996V8h7v7z"]) {
  display: none;
}

I use the Stylebot extension but I'm sure others would work too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment