October 5, 2012

Cool Tricks of Web Browser Using Javascript Just Try It..


Hi all , Today I am going to tell you some cool tricks of Web Browser. What you have to do is to put the code on the browser where you put the url of the website.


 Want to stop the javascript just Refresh the page

And First you make sure you  try this:


javascript:function reverse() { var inp = "!setadpu liame eerf ruo ot ebircsbus!sihT devol uoy hsiw I "; var outp = ""; for (i = 0; i <= inp.length ; i++) { outp = inp.charAt (i) + outp ; } alert(outp) ;}; reverse();

Download Javascript Above



By JavaSript You can Edit any Webpage!

I tried this code 100% works on firefox. You can modify any page and can save it on your computer.

javascript:document.body.contentEditable='true'; document.designMode='on'; void (0); Download Javascript here


Trick to use Javascript as Calculator

In case You are in hurry and you don’t want to use inbult calculator and you the result of 34343+3434-222 or any other expression. Then use code as below.

javascript: alert(34343+3434-222);

Want to Shake your Web-Browser!

This JavaScripts literally shakes your Browser window, must try.

javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0);} } }} Shw(6)

Download Javascript here.

100 % works on Firefox and Internet Explorer.

Want to know what is behind Asterisk(*****) Using Javascript

This code tell us the password behind the ****** . You can check it on your own pc by writing password on login page and then entering code in place of URL

javascript: alert(document.getElementById('Passwd').value); 

Download Javascript here

Select All Friend On Facebook

This Script lets you select all friends while you send invitation to all of them.

javascript:fs.select_all() 

Download Javascript here

- Comments

No comments :

Post a Comment