twitterのホーム画面でフォロワー数を好きな数に書き換える

    @@ -1,6 +1,6 @@ /* - * @title twitterのホーム画面でフォロー数を好きな数に書き換える - * @description twitterのホーム画面でフォロー数を好きな数に書き換えます。実用的な意味は全くありません。 + * @title twitterのホーム画面でフォロワー数を好きな数に書き換える + * @description twitterのホーム画面でフォロワー数を好きな数に書き換えます。実用的な意味は全くありません。 * @include https://twitter.com/ * @license MIT License * @require
  • /*
     * @title twitterのホーム画面でフォロワー数を好きな数に書き換える
     * @description twitterのホーム画面でフォロワー数を好きな数に書き換えます。実用的な意味は全くありません。
     * @include https://twitter.com/
     * @license MIT License
     * @require 
     */
    (function(){$(".js-mini-profile-stats-container:eq(0) .js-nav:eq(2) strong").text(prompt("数字を入力して下さい","100,000,000"));})()
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2013/09/04 22:38:57 - 2013-09-04
  2. 2013/09/04 22:31:13 - 2013-09-04
  3. 2013/09/04 22:28:07 - 2013-09-04