Created
March 18, 2016 11:08
-
-
Save paulgibbs/4a1db68c023904698cc7 to your computer and use it in GitHub Desktop.
Google AMP bookmarklet
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:void((function(){var loc = location.href; loc.indexOf("?") == -1 ? (location.href = loc+"?amp=1#development=1") : (location.href = loc+"&=1#development=1");})()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment