picopico

  • /*
     * @title picopico
     * @description picopico
     * @include http://*
     * @license MIT License
     * @require 
     */
    
    var es = Array.prototype.slice.call(document.querySelectorAll('*')).filter(function(e){return e.id});
    var ids = es.map(function(e){return e.id});
    var url = location.href;
    var length = ids.length;
    setInterval(function(){
      location.href = url + '#' + ids[Math.floor(Math.random() * length)];
    }, 100);
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2011/02/17 12:15:37 - 2011-02-17
  2. 2011/02/17 12:10:37 - 2011-02-17