Cool Trick: Manipulate Web Pages With Cool Javascript
A while back I showed you how to make your Jpegs dance around your screen with a cool Javascript trick. You can find that cool trick here.
Here’s another cool trick that you can try out. This one will allow you to manually move the Jpeg images on any webpage, and place them where you want. It’s cool and stupid and will consume a couple of minutes of your life, so what are you waiting for?
1.) Select and Copy the following code:
javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0
2.)Press Alt + D on your keyboard to highlight the address in the address bar.
3.)Press Ctrl + V to paste the code into the address bar.
4.)Press Enter.
If you’ve done it correctly, much joy and amusement will follow. We may even get a chuckle out of you. This is a very cool trick to do to turn those frowns upside down. Oh, I almost forgot, to get back to normal just refresh the page.

Leave a Comments »
Trackback | RSS 2.0
no comments yet - be the first?