Skip to content

Instantly share code, notes, and snippets.

@sergiolopes
Created March 24, 2013 08:21
Show Gist options
  • Save sergiolopes/5231024 to your computer and use it in GitHub Desktop.
Save sergiolopes/5231024 to your computer and use it in GitHub Desktop.
Bookmarklet pra habilitar o zoom em páginas mobile mesmo quando o autor desabilita o zoom. Adicione esse bookmarklet no seu navegador mobile e acione-o em cima de qualquer página pra sobrescrever a meta tag viewport por uma usável com zoom habilitado.
javascript:document.querySelector('meta[name=viewport]').setAttribute('content','width=device-width,initial-scale=1,maximum-scale=10,user-zoom=yes');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment