Created
June 14, 2012 01:38
-
-
Save baado/2927639 to your computer and use it in GitHub Desktop.
@IT総合トップ > @IT CORE > Smart & Social > Objective-C初心者のためのiOS SDKコード例一覧だけのためのブックマークレット
This file contains 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(){var a=window.document.getElementById('centercol');a.style.width='auto';var b=a.getElementsByClassName('articleBox')[0];var c=b.getElementsByTagName('div');var d=c.length;for(i=0;i<d;i++){if(c[i].style.width=='480px')c[i].style.width='auto';}})(); | |
//↓この記事を多少見やすくするためだけのブックマークレットです | |
//http://www.atmarkit.co.jp/fsmart/articles/iossdk_ref/01.html | |
//worked on | |
// Safari | |
// IE9(「javascript:」が勝手にちょん切られるので補完すべし) | |
// Opera | |
// Chrome(「javascript:」が勝手にちょん切られるので補完すべし) | |
//not worked on | |
// Firefox (何かセキュリティ設定がある?) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment