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