親方, 空からエビフライが!! (ver.フィーバーしない)

    
      
  • /*
     * @title 親方, 空からエビフライが!! (ver.フィーバーしない)
     * @description フィーヴァーしない
     * @include http://*
     * @license MIT License
     * @require 
     */
    
    var b=[],e=(d=document).documentElement,f=window.innerWidth||e.clientWidth,g=window.innerHeight||e.clientHeight;setInterval(function(){if(Math.random()>0.8){var a=d.createElement("img");es=a.style;es.position="absolute";es.top="0px";es.left=(f-64)*Math.random()+"px";a.width=a.height=64;a.src="http://hinata.in/imgs/evi.png";d.body.appendChild(a);b[b.length]=a}for(var c in b){a=parseInt(b[c].style.top);if(a+64>=g)delete b[c];else b[c].style.top=a+5+"px"}},30);void 0;
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2011/01/06 23:58:28 - 2011-01-06