Skip to content

Instantly share code, notes, and snippets.

@mvark
Created January 8, 2015 04:54
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvark/f8b0919efb9b0174d1a8 to your computer and use it in GitHub Desktop.
Save mvark/f8b0919efb9b0174d1a8 to your computer and use it in GitHub Desktop.
This bookmarklet redirects the URL of the currently open web page to the Google Mobilizer web service which processes it to show just the text and optionally images within web pages. More info - http://mvark.blogspot.in/2012/04/google-mobilizer-bookmarklet-view-just.html
javascript:(function() {
location.href = 'http://www.google.com/gwt/x?noimg=1&btnGo=Go&source=wax&ie=UTF-8&oe=UTF-8&u=' + encodeURIComponent(location.href);
}
())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment