favqueue

    @@ -1,8 +1,6 @@ /* * @title favqueue * @description favqueueにツイートを追加します。 - * @include http://twitter.com/*/status/* - * @include https://twitter.com/*/status/* * @license MIT License */ (function() {
  • /*
     * @title favqueue
     * @description favqueueにツイートを追加します。
     * @license MIT License
     */
    (function() {
      if(location.href.match(/^https?:\/\/twitter\.com\/(?:#!\/)?\w+\/status\/(\d+)$/)) {
        location.href = 'http://favqueue.monoweb.info/add?target_id=' + RegExp.$1;
      }
    })();
    
    
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2011/11/19 01:49:42 - 2011-11-19
  2. 2011/11/19 01:48:22 - 2011-11-19
  3. 2011/11/19 01:45:19 - 2011-11-19