iTunesStore アートワーク拡大

    @@ -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 です。

History

  1. 2014/05/22 17:53:04 - 2014-05-22
  2. 2014/05/22 17:52:17 - 2014-05-22
  3. 2014/05/22 17:50:20 - 2014-05-22
  4. 2014/05/22 17:47:16 - 2014-05-22
  5. 2014/05/22 17:45:45 - 2014-05-22