random shiro-antipo

  • /*
     * @title random shiro-antipo
     * @description http://hitode909.hatenablog.com/entry/2013/04/01/095901
     * @include http://*
     * @include https://*
     * @license MIT License http://opensource.org/licenses/MIT
     * @require 
     */
    
    // c.f. http://uso2013.paperboy.co.jp/
    (function () {
        var random = function (max) {
            return Math.floor(Math.random() * (Number(max) + 1));
        };
    
        var bgimg = document.images[random(document.images.length - 1)].src;
        location.href = 'http://hitode909.appspot.com/shiro_antipo/?url=' + encodeURIComponent(bgimg);
    })();
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2013/04/01 12:26:57 - 2013-04-01
  2. 2013/04/01 12:17:29 - 2013-04-01
  3. 2013/04/01 11:50:37 - 2013-04-01