imvuWatcher
|
Twitter
|
Blog
|
Bookmark this!
|
Help
|
Contact
« right click shaking
Right Click Shaking
Parameter
Content
Popup Message
<script type="text/javascript"> var copiedfrom='www.imvucodes.net'; var msgtext='Shake it, baby!'; function shakewindow() { var x=10 if (document.all||document.layers) { for (i=0;i,i<20;i++){ window.moveBy(0,x) window.moveBy(x,0) window.moveBy(0,-x) window.moveBy(-x,0) } } alert(msgtext); return false; } document.oncontextmenu=shakewindow; </script>
To copy the code: Click on the code to select it, press CTRL+C to copy and CTRL+V to paste it at a given location!