Skip to content

Instantly share code, notes, and snippets.

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