Saturday, 16 April 2011

5 Great Javascript Tricks




First of all question arises what is Javascript? According to wikipedia :
JavaScript, also known as ECMAScript is a prototype-based object-oriented scripting language that is dynamic, weakly typed and has first-class functions. It is also considered a functional programming language like Scheme and OCaml because it has closures and supports higher-order functions. JavaScript is an implementation of the ECMAScript language standard and is primarily used in the form of client-side JavaScript, implemented as part of a web browser in order to provide enhanced user interfaces and dynamic websites. This enables programmatic access to computational objects within a host environment.
javascript tricks
1. Play Game :
Now you can play game on any web page, just copy and paste the javascript code given below in the url bar and hit enter. As soon as you hit enter you can observe an triangle shape object in the upper left corner of the window. Navigate it with the help of W, A and D keys and fire using Spacebar.
javascript:var%20s%20=%20document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='http://erkie.github.com/asteroids.min.js';void(0);
2. Edit Web Page :
You easily edit any web page using this javascript. But when you refresh the page changes are lost.
javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0
3. Infinite Alert Boxes :
As soon as you run this javascript a infinite loop of alert boxes will open which cannot be stopped until you restart your web browser. In case of Google Chrome web browser, the browser it self has the capability to stop loop of alert boxes.
javascript:while(1){alert('Restart your brower to close this box!')}
4. Calculator :
You can also use javascript for calculation purposes. Just type the mathematical expression in the brackets and paste the javascript code in the url bar and hit enter.
javascript: alert(4+5+6+7+(3*10));
5.View Passwords Behind Asterisk :
To View passwords behind asterisk visit View Passwords Behind Asterisk.

Gmail Trick – Use Same Gmail Account for Multiple Online Accounts




Sometimes you need to sign up on single site more than 1 time. But for creating new accounts on same site you need different email addresses. Today I am going to discuss about a great Gmail trick using which you can sign up on same site many times using your single Gmail account.
gmail trick
You can use “+” sign in your Gmail address to generate an unlimited number of email address variations for your same account. For example if your Gmail Id is pctipstrickshacks@gmail.com you can put +(any number or word) before @ sign. For example :
pctipstrickshacks+1234@gmail.com
pctipstrickshacks+4455@gmail.com
pctipstrickshacks+facebook@gmail.com
pctipstrickshacks+gmail@gmail.com
Any mail send to such ids will always be received by the main id. Here whatever you enter after the “+” sign gets ignored by the gmail but they are considered as separate emails by most of the other sites. This way you can sign up for more than one account on the same site, but you get all your emails in a single inbox. Share your views regarding this awesome trick.
Gmail Trick

How to Set Auto Reply Status on Google talk or Gtalk




Many Times it happens that you are busy with some work or is not sitting in front of your computer but your google talk or gtalk is open. Gtalk autoreply is a small tool which is quite useful in such scenario. It can be used to set auto reply on your gtalk or google talk. When you set auto reply using Gtalk Autoreply and anyone pings you the tool will send him the auto reply message. It does not voluntarily send this message to every friend but just replies to those who ping you.
set auto reply in gtalk
You just need to download the software and install it. Then run the utility from the desktop icon and then enter your gtalk account username and password and fill the message you want to be send to your friends when they ping you. Now click save and enable autoreply and it will get enabled.
auto reply google talk
Now after activating it, if any of your friend ping you he will receive the auto reply message. In order to close the auto reply feature you simple need to close the application. You can download the Gtalk Autoreply tool from Link1. You can also download its source code from here.

View Passwords Behind Asterisk




Today I am going to tell you a really cool trick which you can perform using Javascript. This trick will allow you to view passwords behind Asterisk.You can use this trick on any web page which contains password hidden behind Asterisk.
password behind asterisk
What is Javascript ?
According to Wikipedia :
JavaScript is an implementation of the ECMAScript language standard and is typically used to enable programmatic access to computational objects within a host environment. JavaScript is primarily used in the form of client-side JavaScript, implemented as part of a web browser in order to provide enhanced user interfaces and dynamic websites. However, its use in applications outside web pages is also significant.
View Passwords Behind Asterix !!
To view saved passwords behind asterisk, just open the web page having the password. After opening the web page paste the javascript given below in the address bar and hit enter. That’s it.
javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();
Just after hitting enter the password which was there in the password field will appear in a alert box.
view passwords behind asterisk

Make 2 Free Calls Per Day Anywhere in The World




Now you can Make 2 Free Calls Per Day Anywhere in The World. Yes you read it correct! 2 Free calls per day anywhere in the world. You can do this by using EvaPhone. EvaPhone provides Internet telephone calls for free. They let you make PC-to-phone free international calls. All you need is a computer to start making free VoIP calls using Internet to phone.
Free Call Worldwide
You Can Use these Free calls to call any number around the world but for just 1minute. Although Time duration is just 1 minute per call but I guess its good opportunity for people who want to call others by some international numbers and play a prank on their friends. Share your views about it. Also share about any pranks you plan to play with your friends using it.

Check Whether Your PC is Male or Female


Today I am going to discuss about an amazing trick using which you can easily find out whether your pc is male or female. To find out whether your computer is male or female just follow the steps given below.
Step 1 : First of all open Notepad.
Step 2 : Now type the code given below in notepad:
CreateObject("SAPI.SpVoice").Speak"i love you"
notepad
Step 3 : Now save the file as computer_gender.vbs. (you can save the file with any name like anything.vbs)
computer gender
Step 4 : Double click the file to run it.
If you hear a male voice, your computer is a male and if you hear a female voice then your computer is a female. So what are you waiting for? Check now whether your computer is male or female and share your computer’s gender with us.

Warning





Your usage of this website constitutes your agreement to the following terms.

1. All the information provided on this site are for educational purposes only.The site is no way responsible for any misuse of the information.


2. The words "Hack" and "Hacking" should be taken or considered as "Ethical Hack" or "Ethical Hacking".

3. The posts intended or titled "password cracking" are actually added to allow readers recover their lost or forgotten passwords and not for cracking any other email account password.

4. Implementation of hacks explained by us is sole responsibility of user and "www.hackingtips.blogspot.com" is not responsible for any damages caused by the hacks or Crack explained in this site .

5.If Any Crack of Keygen Destroyed your PC we are not Responsible for that.Make a Scan before using any Software.

 

Copyright 2008 All Rights Reserved | Hackers-tips Designed by Bloggers Template | CSS done by Link Building