ページ上の画像を全て見えなくする |
Internet Explorer | Netscape Navigator | Opera | iCab | Safari | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3.0x | 4.0x | 4.5 | 5.0x | 5.5 | 6.0 | 2.0x | 3.0x | 4.0x | 4.x | 6.0 | 7.0 | 6.0 | 7.0 | 2.x | 1.0 | 1.1 | 1.2 | |
Windows | × | × | - | ○ | ○ | ○ | × | × | × | × | ○ | ○ | × | × | - | - | - | - |
Macintosh | × | × | × | ○ | - | - | × | × | × | × | ○ | ○ | × | × | × | ○ | ○ | ○ |
UNIX | - | - | - | - | - | - | × | × | × | × | ○ | ○ | × | × | - | - | - | - |
説 明 | ページ上の画像を全て見えなくするブックマークレットです。 |
---|---|
サンプル | <html> <head> <title>ページ上の画像を全て見えなくする</title> </head> <body> ページ上の画像を全て見えなくするブックマークレットです。<br> <a href="javascript:for(i=0;i<document.getElementsByTagName('img').length;i++)void(document.getElementsByTagName('img')[i].style.visibility='hidden')">画像を見えなくする</a> <img src="sample.jpg"> <img src="sample.jpg"> <img src="sample.jpg"> </body> </html> |
補足説明 | なし |
■サンプルスクリプトを実行する >>実行 ■各ブラウザでの動作結果を見る >>View! |