Skip to content

Instantly share code, notes, and snippets.

@btbytes
Last active August 30, 2016 00:50
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 btbytes/a9d2e3e2b437ec62972a97335313e7f6 to your computer and use it in GitHub Desktop.
Save btbytes/a9d2e3e2b437ec62972a97335313e7f6 to your computer and use it in GitHub Desktop.
Javascript bookmarklet to unf*&^ the ad-ridden webpages using boilerpipe

Tired of guessing where the actual content is in the ad-ridden web page you are reading? Use this bookmarklet to unf&*% the page.

This bookmarklet rewrites the URL of the page you are on so that boilerpipe can extract the actual content from the page and present it to you.

Installation

Drag this link bp to your bookmark toolbar.

# the actual code of the bookmarklet
javascript:document.location='http://boilerpipe-web.appspot.com/extract?url='+encodeURIComponent(location.href)+'&extractor=ArticleExtractor&output=htmlFragment'

How to use it

On a page that is cluttered with ads and/or overly annoying design? hit the bp button.

Rest is history.

javascript:document.location='http://boilerpipe-web.appspot.com/extract?url='+encodeURIComponent(location.href)+'&extractor=ArticleExtractor&output=htmlFragment'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment