ugomemo gif 404でも使える版

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

History

  1. 2012/07/14 01:28:12 - 2012-07-14
  2. 2012/07/14 01:27:13 - 2012-07-14