random shiro-antipo
by
noromanba
2013-04-01 [2013/04/01 12:26:57]
http://hitode909.hatenablog.com/entry/2013/04/01/095901
@@ -1,13 +1,18 @@
/*
* @title shiro-antipo
- * @description http://uso2013.paperboy.co.jp/
+ * @description http://hitode909.hatenablog.com/entry/2013/04/01/095901
* @include http://*
- * @license MIT License
+ * @include https://*
+ * @license MIT License http://opensource.org/licenses/MIT
* @require
*/
-// c.f. http://hitode909.hatenablog.com/entry/2013/04/01/095901
+// c.f. http://uso2013.paperboy.co.jp/
(function () {
- var bgimg = encodeURIComponent(location.href);
- location.href = 'http://hitode909.appspot.com/shiro_antipo/?url=' + bgimg;
+ 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);
})();
/*
* @title 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 です。