This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function() { | |
| var body = document.getElementsByTagName("body")[0]; | |
| var target_x = 10; | |
| var target_y = 10; | |
| var img_list = Array.prototype.slice.call(document.getElementsByTagName("img"), 0, 9); | |
| function img_iter(f) { | |
| for (var i in img_list) { | |
| if (img_list[i].style) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:void(function(){var%20s=document.createElement('script');s.src='http://code.jquery.com/jquery.js';document.getElementsByTagName('head')[0].appendChild(s);}()) |
NewerOlder