ugomemo ppm flv

    @@ -1,19 +1,19 @@ /* - * @title ugomemo gif 404でも使える版 - * @description 表示しているうごメモ作品の様々なGIFを表示 / 404でも使える版 + * @title ugomemo ppm flv + * @description 表示しているうごメモ作品のppmとかflvとかの直リン表示するやつ * @include http://ugomemo.hatena.ne.jp/* * @license MIT License */ (function(){ var u=location.pathname.split("/"); -var gif=['o','am','as','amb','m','s']; +var a=['ppm','flv','3gp','3g2']; var w=window.open('about:blank','_blank'); w.document.open(); w.document.write('<html><body>'); - for (var i=0;i<gif.length;i++) { - w.document.write('<img src="http://image.ugomemo.hatena.ne.jp/thumbnail/'+u[1].slice(0,-4)+'/'+u[3]+'_'+gif[i]+'.gif"><br>'); + for (var i=0;i<a.length;i++) { + w.document.write('<a href="http://image.ugomemo.hatena.ne.jp/'+a[i]+'/'+u[1].slice(0,-4)+'/'+u[3]+'.'+a[i]+'">'+a[i]+'</a> '); }; w.document.write('</body></html>'); w.document.close(); -})(); +})();
  • /*
     * @title ugomemo ppm flv
     * @description 表示しているうごメモ作品のppmとかflvとかの直リン表示するやつ
     * @include http://ugomemo.hatena.ne.jp/*
     * @license MIT License
     */
    
    (function(){
    var u=location.pathname.split("/");
    var a=['ppm','flv','3gp','3g2'];
    var w=window.open('about:blank','_blank');
     w.document.open();
     w.document.write('<html><body>');
     for (var i=0;i<a.length;i++) {
      w.document.write('<a href="http://image.ugomemo.hatena.ne.jp/'+a[i]+'/'+u[1].slice(0,-4)+'/'+u[3]+'.'+a[i]+'">'+a[i]+'</a> ');
    };
      w.document.write('</body></html>');
     w.document.close();
    })();
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2013/05/30 22:42:10 - 2013-05-30
  2. 2013/05/30 22:41:43 - 2013-05-30