Retweet Avatars(modified)

  • /*
     * @title Retweet Avatars(modified)
     * @description Retweet Avatars(http://userscripts.org/scripts/show/62338)が動かなくなっていたのを改修・マルチブラウザ対応他(http://furyu-tei.sakura.ne.jp/script/retweet_avatars.user.js)
     * @include http://twitter.com/*
     * @include https://twitter.com/*
     * @license MIT License
     * @require 
     */
    (function(w,d,s){
    s=d.createElement('script');
    s.charset='UTF-8';
    s.src='http://furyu-tei.sakura.ne.jp/script/retweet_avatars.user.js?ver=';+(new Date).getTime();
    d.body.appendChild(s);
    })(window,document);
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2010/06/18 21:41:15 - 2010-06-18
  2. 2010/06/18 21:34:52 - 2010-06-18