Skip to content

Instantly share code, notes, and snippets.

@kara-ryli
Last active July 22, 2016 21:19
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 kara-ryli/005a7eb09ada6a9214dcd3d3093bb6a6 to your computer and use it in GitHub Desktop.
Save kara-ryli/005a7eb09ada6a9214dcd3d3093bb6a6 to your computer and use it in GitHub Desktop.
Bookmarklet to silence annoying web site.
Array.from(document.querySelectorAll('object,video,audio,iframe,embed')).forEach(el => el.remove());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment