all the favorite

    @@ -2,16 +2,10 @@ * @title all the favorite * @description ページに表示されてるツイートを一括ふぁぼ * @license MIT License + * @require jquery */ -​(function(){ - var jq = document.createElement("script"); - jq.src = "http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"; - document.body.appendChild(jq); - setTimeout(function(){ - var fav = $(".favorite"); - console.dir(fav); - $(".favorite").each(function(){ - $(this).trigger("click"); - }); - }, 1000); -})()​; +(function(){ + $(".favorite").each(function(){ + $(this).trigger("click"); + }); +});
  • /*
     * @title all the favorite
     * @description ページに表示されてるツイートを一括ふぁぼ
     * @license MIT License
     * @require jquery
     */
    (function(){
      $(".favorite").each(function(){
        $(this).trigger("click");
      });
    });
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2012/06/26 01:38:19 - 2012-06-26
  2. 2012/06/26 01:28:56 - 2012-06-26
  3. 2012/06/26 01:24:48 - 2012-06-26
  4. 2012/06/26 01:21:32 - 2012-06-26