Skip to content

Instantly share code, notes, and snippets.

@matijs
Created February 20, 2013 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matijs/4995363 to your computer and use it in GitHub Desktop.
Save matijs/4995363 to your computer and use it in GitHub Desktop.
Bookmarklet to enable scaling on pages that have disabled it.
javascript:void(function() {
document.querySelector("meta[name=viewport]").setAttribute("content", "width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=1");
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment