Created
January 8, 2015 04:54
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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