インターネット ねむい これから

  • /*
     * @title インターネット ねむい これから
     * @include http://www.ntticc.or.jp/Exhibition/2012/Internet_Art_Future/index_j.html
     * @license MIT License
     * @require 
     */
    
    
    $('<marquee>').
      text('インターネット ねむい これから').
      css({position: 'absolute', backgroundColor: 'white', top: '37px', left: '12px', fontSize: '110%', padding: '5px'}).
      appendTo($('#Container h2'));
    $('#Container h2').css({position: 'relative'});
    $('title').text($('title').text().replace(/アート/, 'ねむい'));
    $('img').each(function(){
      m=$('<marquee>').replaceAll($(this)).append($(this));
      m.attr('direction','down');
    })
    $('#nav li,a.popup').each(function(){
      m=$('<marquee>').replaceAll($(this)).append($(this));
      m.attr('direction','left');
    })
    $('iframe, #info').each(function(){
      m=$('<marquee>').replaceAll($(this)).append($(this));
      m.attr('direction','right');
    })
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2012/03/01 17:46:51 - 2012-03-01
  2. 2012/03/01 17:03:44 - 2012-03-01