Skip to content

Instantly share code, notes, and snippets.

@dcinzona
Last active July 1, 2020 14:08
Show Gist options
  • Save dcinzona/6d83665d73534266a4437735eae093d4 to your computer and use it in GitHub Desktop.
Save dcinzona/6d83665d73534266a4437735eae093d4 to your computer and use it in GitHub Desktop.
Some methods for hiding ads or promoted content on sites

Twitter.com timeline promoted tweets

Add css via your favorite extension div[data-testid="placementTracking"] article { display : none!important }

Feedly sponsored ads

Update /etc/hosts (hosts file) and add 127.0.0.1 srv.buysellads.com (or block the domain some other way)

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