Skip to content

Instantly share code, notes, and snippets.

@SathyaBhat
Created December 20, 2010 18:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SathyaBhat/748751 to your computer and use it in GitHub Desktop.
Save SathyaBhat/748751 to your computer and use it in GitHub Desktop.
Bookmarklet to mobilize webpages. Ideal to bypass proxies / just get the text content
javascript: var d = document, w = window, f = 'http://instapaper.com/m', l = d.location, e = encodeURIComponent, u = f + '?u=' + e(l.href); a = function () { w.open(u); }; a();void(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment