/*
* @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);