random shiro-antipo
by
noromanba
2013-04-01 [2013/04/01 12:26:57]
http://hitode909.hatenablog.com/entry/2013/04/01/095901
@@ -1,5 +1,5 @@
/*
- * @title shiro-antipo
+ * @title random shiro-antipo
* @description http://hitode909.hatenablog.com/entry/2013/04/01/095901
* @include http://*
* @include https://*
@@ -10,7 +10,7 @@
// c.f. http://uso2013.paperboy.co.jp/
(function () {
var random = function (max) {
- return Math.floor(Math.random() * Number(max) + 1);
+ return Math.floor(Math.random() * (Number(max) + 1));
};
var bgimg = document.images[random(document.images.length - 1)].src;
/*
* @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 です。