iTunesStore アートワーク拡大
by
kenafad
2014-05-22 [2014/05/22 17:53:04]
@@ -1,11 +1,9 @@
/*
* @title iTunesStore アートワーク拡大
- * @description my bookmarklet
+ * @description
* @include https://itunes.apple.com/*
* @license MIT License
* @javascript_url
*/
-(function(){
- window.open(document.getElementById('left-stack').getElementsByTagName('img')[0].src.replace('170x170', '1200x1200'));
-});
+window.open(document.getElementById('left-stack').getElementsByTagName('img')[0].src.replace('170x170', '1200x1200'));
/*
* @title iTunesStore アートワーク拡大
* @description
* @include https://itunes.apple.com/*
* @license MIT License
* @javascript_url
*/
window.open(document.getElementById('left-stack').getElementsByTagName('img')[0].src.replace('170x170', '1200x1200'));
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。