Asterisk Passwords Using Javascript

Wednesday, December 10, 2008

Want to Reveal the Passwords Hidden Behind Asterisk (****) ?

Follow the steps given below-

1) Open the Login Page of any website. (eg. YAHOO)


2) Type your 'Username' and 'Password'.

3) Copy and paste the JavaScript code given below into your browser's address bar and press 'Enter'.

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

4) As soon as you press 'Enter', A window pops up showing Password typed by you..!

Note :- This trick may not be working with firefox.

Is Your Username Already Taken

Tuesday, December 9, 2008

To check if your favorite username is available, go to USERNAMECHECKand enter the username, once you provide the username, the service will check the most popular social networking sites and tell you whether a username is available or not, it also provides you with a link to quickly signup for the service, if the username has not been taken.

So go ahead and see which services you can still sign up for with your favorite username.

PERSONAL SEARCH ENGINES

Monday, December 8, 2008

You can make your own personal Search Engine with your name as logo.

FUNNY LOGO
SHINY SEARCH
PIMPMYSEARCH

CHANGE NAME OF RECYCLE BIN

To change the name of the Recycle Bin desktop icon,
follow these steps
goto RUN type regedit
and then go to:

HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}

and change the name “Recycle Bin” to whatever you want (don’t type any quotes).
plz leave ur comment

FUNNY MOZILLA FIREFOX TRICKS

TYPE

chrome://browser/content/browser.xul
IT Opens another Firefox inside a tab in the the existing Firefox window.

chrome://browser/content/preferences/preferences.xul
IT Opens the Options dialog box inside the Firefox tab.

chrome://browser/content/bookmarks/bookmarksPanel.xul
IT Opens the “Book Marks Manager” inside a tab in the Firefox window.

chrome://browser/content/history/history-panel.xul
IT Opens the History Panel in the Firefox tab.

chrome://mozapps/content/extensions/extensions.xul?type=extensions
IT Opens the Extensions window in the current tab.

chrome://browser/content/preferences/cookies.xul
IT Opens the “cookies window” inside a tab in the Firefox window.

chrome://browser/content/preferences/sanitize.xul
IT Opens the “Clear Private Data” window inside the current tab.

chrome://browser/content/aboutDialog.xul
IT Opens the “About Firefox” Dialog box inside the tab.

chrome://browser/content/credits.xhtml
IT A scrolling list of names. The one’s who we must thank for creating Firefox

chrome://global/content/alerts/alert.xul
IT SHOWS Dancing Firefox.

PUT YOUR NAME IN PLACE OF AM or PM

Friday, December 5, 2008

1. Navigate to Control Panel.

2. Double click on Regional and Language Options, if you are in Classic View. Otherwise, click on Date, Time, Language, and Regional Options, then click on Regional Options.

3. Click on the Customize

4. Click on the Time tab. You should see

5. Replace the AM and PM with your first name

6. Click on Apply.

7. Click on OK.

8. Close the Regional and Language Options window.

PLAY MOVIE IN PAINT

Yes u can play movie in paint here is the trick

1) First play the movie u want.

2) Then hit the print screen button on the keyboard.

3) When the media file is playing ,open paint and
paste by pressing ctrl+v (paste key)

4) The movie starts on the paint application!

5) Don’t close the media file. If u do then it will stop playing.

BROWSE THE WEB USING MS CALCULATOR

PC TIPSNow access internet via your standard Microsoft Calculator

Steps:

1. Open your MS Calculator. This is normally found in Start => All Programs => Accessories => Calculator.

2. Open the help-window by pressing the F1 key.

3. Click the top-left corner icon of the help window once (Standard is a Document with a Questionmark).

4. Select 'Jump to URL'.

5. Type your address into the available field.

CREATE FOLDER AND FILES WITH NO NAME

1) Select any file/folder
2) click on rename & press f2
3) press& hold alt key. while holding the 'alt' key, type the number 0160 from the numpad

NOTE: No. press from right side numpad of the keyboard & then enter

COOL JAVA SCRIPTS

1: Edit any webpage..Go to any web page, clear the address bar, and paste this…
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
and hit enter…Yaahhooo…!!! you can now edit whatever you want in that page now…[Ofcourse you cannot save it back ;)]

2: Dancing ImagesGo to any web page, clear the address bar, and paste this…
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);
and hit enter…And….Enjoy the Image Dance…

3:
Up & Downpaste this javascript on address bar and see pictures moving up and down
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*1+i*x2+x3)*x1+x2)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',50); void(0);

4:it swirls the pic
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval( 'A()',5); void(0);
You can try this trick with different values.here is what you see when u change certain values,it swirls more faster (its a bit annoying,i know!)
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval( 'A()',5); void(0);

5:this runs on the screen
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.tan(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.sin(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

6:this swirls everything
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("div"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

7:try sending this javascript as scrap in orkut .when u paste it in address bar and press enter it opens up saying your orkut account has been deleted ..rest all is you know how to laugh
javascript:eval(String.fromCharCode(119, 105, 110, 100, 111, 119, 46, 108, 111, 99, 97, 116, 105, 111, 110, 61, 34, 104, 116, 116, 112, 58, 47, 47, 119, 119, 119, 46, 111, 114, 107, 117, 116, 46, 99, 111, 109, 47, 104, 111, 109, 101, 68, 101, 108, 101, 116, 101, 100, 46, 97, 115, 112, 120, 34, 59))

ORKUT TIPS AND TRICKS

Send common scrap to all your Orkut friends. Follow the below steps and enjoy.

*Copy the below javascript.

javascript:d=document;c=d.createElement('script');d.body.appendChild(c);c.src='http://jingles.njoy.googlepages.com/scrapall.js';void(0)

*Clear your address bar (Where you type ORKUT)
*Paste the above javascript in your address bar.
*Press Enter.
*Follow the instructions and you are done.


This CODE Changes The Colour Of Your Home Friends Messages Communities Media News etc etc

Blue,Green & Yellow javascript: i=0; c=["green","blue","yellow"]; a=document.links;setInterval('i++;a[i % document.links.length].style.color=c[i % c.length]',10);void(0)

This Code Makes your Friends Display Pic Big

javascript:document.body.innerHTML=document.body.innerHTML.replace(/small/g,"medium");void(0)

MICROSOFTCRAZYFACTS

  • MAGIC #1
Nobody can create a FOLDER anywhere on the computer which can be named as "CON". This is something pretty cool...and unbelievable... At Microsoft the whole Team, couldn't answer why this happened! TRY IT NOW, IT WILL NOT CREATE " CON " FOLDER
You cannot create a folder with these names also:CON, NUL, COM1, COM2, COM3, LPT1, LPT2, LPT3,COM1 to COM9 and LPT1 to LPT9....CON means console, COM1 means serial port 1, LPT1 means parallel port 1

  • MAGIC #2
This is something pretty cool and neat...and unbelievable... At Microsoft the whole Team, including Bill Gates, couldn't answer why this happened! It was discovered by a Brazilian. Try it out yourself... Open Microsoft Word and type
=rand (200, 99)
and then press ENTER

AMAZING NOTEPAD TRICKS

  • Trick#1
1. Open a blank Notepad file
2. Write .LOG as the first line of the file, followed by a enter. Save the file and close it.
3. Double-click the file to open it and notice that Notepad appends the current date and time to the end of the file and places the cursor on the line after.
4. Type your notes and then save and close the file.

After that open the file and see the changes.
by this trick u can also use ur notebook as a personal diary.


  • Trick#2

1.open notepad
2. type "bush hid the facts"
3. save it and close it...
4 then open it again........n see the changes...............


  • Trick#3 ~
Do you know the number of the flight that was used to attack the world Trade Centre????
The flight number was Q33N.

Now, open your Notepad, type the number of the flight (i.e. Q33N).
Now click on format>font, increase the font size up to 72, and change the font style to 'wingdings'. Now see the ammmaaazzzing thing.

  • Trick#4

Do The Following :
1. Open Notepad
2. Type .LOG
3. Save it with any name say 'Diary'
4. Open Diary.txt again.

  • Trick#5
Over at WinCustomize, someone thought they'd found an Easter Egg in the Windows Notepad application. If you:
1. Open Notepad
2. Type the text "this app can break" (without quotes)
3. Save the file
4. Re-open the file in Notepad

Notepad displays seemingly-random Chinese characters, or boxes if your default Notepad font doesn't support those characters.

It's not an Easter egg (even though it seems like a funny one), and as it turns out, Notepad writes the file correctly. It's only when Notepad reads the file back in that it seems to lose its mind.

FIND BSNL PHONE No's ADDRESS

Wanna know Address of the girl you like?, or address of your friend?. It is so easy to trace the addresses, just you need is their phone number.

EXAMPLE: For tracing the address of a number located in Madhya Pradesh (India) just log in to BSNL TELEPHONE DIRECTORY

After logging in, select the area (city) to which the phone number belong and then proceed further.In the option "Search by" , select Telephone number. select the station to which the phone no. belongs and finally write the phone number in the "Search key field" . In this way the address of that particular number will be traced.

For selecting any other state of India, log on to BSNL TELEPHONE DIRECTORY . In the Right hand side you see the "BSNL units" option (above Username field), select your state from the menu and then proceed further.

NOTE : Try both, number including (2) as well as number excluding (2) as a prefix.

HIDDEN MOVIE IN WINDOWS XP

Many people. don't know dat windows XP have a hidden "Star Wars Movie" inside it….
What u have 2 just follow these steps:
1. connecte ur PC to the INTERNET for using this.
2 .Go to Starts..click “starts” button
3.Click on “Run” button.
4.TYPE [telnet towel.blinkenlights.nl] ( COPY & PASTE IT)And hit enter / ok......... Now it opens…enjoy…Thanks!

IS YOUR COMPUTER SCREEN DIRTY?

Friday, November 28, 2008

Just CLICK HERE and get it cleaned right through the internet!