reverse rotate images

    @@ -1,11 +1,11 @@ /* - * @title rotate images - * @description $('img:last').prependTo(document.body); + * @title reverse rotate images + * @description fork from http://let.hatelabo.jp/hitode909/let/gYC-y4uM7LKcaQ * @include http://* * @license MIT License * @require jQuery */ setInterval(function() { - $('img:last').prependTo(document.body); -}, 20); + $('img:first').appendTo(document.body); +}, 20);
  • /*
     * @title reverse rotate images
     * @description fork from http://let.hatelabo.jp/hitode909/let/gYC-y4uM7LKcaQ
     * @include http://*
     * @license MIT License
     * @require jQuery
     */
    
    setInterval(function() {
      $('img:first').appendTo(document.body);
    }, 20);
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2013/01/21 11:41:20 - 2013-01-21
  2. 2013/01/21 11:40:00 - 2013-01-21