Skip to content

Instantly share code, notes, and snippets.

@kosugi
Last active December 24, 2015 19:19
Show Gist options
  • Select an option

  • Save kosugi/6849364 to your computer and use it in GitHub Desktop.

Select an option

Save kosugi/6849364 to your computer and use it in GitHub Desktop.
横幅が広いウェブページをスマートフォン向けに調整する bookmarklet.
javascript:(function(d,$$,n,m,ms){ms=$$('meta');for(n=ms.length;n--;)if(ms[n].name=='viewport')ms[n].parentNode.removeChild(ms[n]);m=d.createElement('meta');m.name='viewport';m.content='width=device-width';$$('head')[0].appendChild(m);})(document,function(x){return document.getElementsByTagName(x);})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment