![]() |
|
Draw on any webpage using this java code.. - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: Draw on any webpage using this java code.. (/Thread-Draw-on-any-webpage-using-this-java-code) |
Draw on any webpage using this java code.. - arulinfo007 - 08-22-2011 first open any webpage.. then paste this code in ur browser.. then hit enter... wait some second for changes then :thumbs::thumbs::thumbs::thumbs::thumbs: u can use that as paint... Code: javascript: (function () {if (window.goggles && window.goggles.active) {window.goggles.stop();} else {window.GOGGLE_SERVER='http://goggles.sneakygcr.net/page';var scr = document.createElement('script');scr.type = 'text/javascript';scr.src = 'http://goggles.sneakygcr.net/bookmarklet.js?rand='+Math.random();document.documentElement.appendChild(scr);}})(); |