Last active
December 24, 2015 19:19
-
-
Save kosugi/6849364 to your computer and use it in GitHub Desktop.
横幅が広いウェブページをスマートフォン向けに調整する 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:(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