iTunesStore アートワーク拡大
by
kenafad
2014-05-22 [2014/05/22 17:53:04]
@@ -3,10 +3,9 @@
* @description my bookmarklet
* @include https://itunes.apple.com/*
* @license MIT License
- * @require jQuery
* @javascript_url
*/
(function(){
- window.open($('img.artwork').attr('src').replace('170x170', '1200x1200'));
+ window.open(document.getElementById('left-stack').getElementsByTagName('img')[0].src.replace('170x170', '1200x1200'));
});
/*
* @title iTunesStore アートワーク拡大
* @description my bookmarklet
* @include https://itunes.apple.com/*
* @license MIT License
* @javascript_url
*/
(function(){
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 です。