world wide web youpynizer

  • /*
     * @title world wide web youpynizer
     * @description let's go youpynize
     * @include http://*
     * @license MIT License
     * @require 
     */
    
    var css = <><![CDATA[
    @namespace url(http://www.w3.org/1999/xhtml);
    *:hover,
    *:focus {
      display: block;
      float: right;
      position: fixed;
      top: 0;
      left: 0;
      background: #ffffff;
      color: #ffffff;
      width: 100%;
      height: 100%;
      font-size: 100%;
      background: url('http://www.icicom.up.pt/blog/tendadosindios/archives/klausnomi1.jpg');
    }
    * {
      display: inline;
      color: red;
    /*
    background: url('http://images.google.com/images?q=tbn:v0zJeXKeczEJ:www.icicom.up.pt/blog/tendadosindios/archives/klausnomi1.jpg');
    */
      background: url('http://sixmeatbuffet.com/images/nomiblog6.jpg');
    }
    ]]></>;
    
    if (typeof GM_addStyle != "undefined") {
      GM_addStyle(css);
    } else if (typeof addStyle != "undefined") {
      addStyle(css);
    } else {
      var heads = document.getElementsByTagName("head");
      if (heads.length > 0) {
        var node = document.createElement("style");
        node.type = "text/css";
        node.appendChild(document.createTextNode(css));
        heads[0].appendChild(node);
      }
    }
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2010/05/16 01:31:30 - 2010-05-16