twitpic random

    
      
  • /*
     * @title twitpic random
     * @description twitpic でランダム表示 ( via http://shindanmaker.com/260279 )
     * @license MIT License
     */
    
    (function(){
      max=parseInt('ajt944',36);/* http://twitpic.com/ajt944 */
      min=parseInt('2',36);
      a=Math.floor(Math.random()*(max-min)+min);
      location.href='http://twitpic.com/'+a.toString(36);
    }
    )()
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2012/08/16 15:43:41 - 2012-08-16
  2. 2012/08/16 15:42:21 - 2012-08-16
  3. 2012/08/16 15:00:13 - 2012-08-16