Tuesday, May 31, 2011

Flying Images

Here's another javascript magic. Just paste the below code in the address bar of your internet browser (like Mozilla) and see what happens :)

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; var 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++}tag=setInterval('A()',5 );document.onmousedown=function(){clearInterval(tag);for(i=0; i<DIL; i++){DI[i].style.position="static";}}; void(0)

 Enjoy!

Wednesday, May 25, 2011

Google Chrome Secret Pages

Just type the codes below in the url box of Google Chrome Web Browser:

about:version - This shows the version of google chrome browser and other details such as webkit and V8 which is the javascript engine and it’s user agent

about:stats - This shows the statistics of browser a list of internal counters and timers.It also has a very funny title “Shhh! This page is secret!”.

about:memory - This shows the memory occupation of the browser and also of other active browsers.This can also be found out by right-clicking on the blue area at top and selecting task manager and at the bottom click on “stats for nerds”. Task manager short-cut Shift + esc

about:network - This page is very much useful for I/O tracking

about:plugins - This page shows a list of plugins that are available in the browser.You can also enable and disable the plugins

about:cache - This page shows the list of webpages that google chrome has cached.It is recommended that you should regularly clear the browser cache

about:cache - This page shows the list of webpages that google chrome has cached.It is recommended that you should regularly clear the browser cache

about:dns - Google Chrome has the ability to prefetch the DNS records for 10 frequently visited hostnames. This is a feature which can be disabled in Options > uncheck “Use DNS pre-fetching to improve page load performance”.


about:histograms - This lists all the histograms for google chrome browser’s internal metrices.

about:internets - This shows the 3D pipe screensaver which gets embedded by Google chrome from windows.this is only possible if you have the file sspipes.scr in C:\Windows\System32.

about:crash - This crashes the active tab.Google chrome displays a sad image with the text “Something went wrong while displaying this webpage. To continue, press Reload or go to another page”

Tuesday, November 16, 2010

Access New Yahoo Mail (Beta)

Did you know that Yahoo is developing a new and faster yahoo mail?

You may have not heard of this because its not yet well advertised. Here is a way to easily access this new email platform:

1. Log-in to your yahoo account.
2. Check your url and see if it looks something like this:
http://aa.mg4.mail.yahoo.com/ds/launch
3.  To access new yahoo mail, just change "dc" to "neo". It should look like this:
http://aa.mg4.mail.yahoo.com/neo/launch
4. Press enter and enjoy your new yahoo mail looks and feature.

Monday, October 25, 2010

Car Keys Inside The Car

Have you ever locked your car keys inside the car ?
This is a very frustating event in which you can't blame anyone !

Well the solution come here :

If you have remote control car lock system in your keychain (Very Common These Days), you are saved !

** Just call some one at home at his/her cell phone and ask for the duplicate keys to someone at home.

** Now, as usual the key chain of duplicate key would also be having the remote control, so ask the person at home to press the unlock key on the remote.

** While the person press the unlock key hold your mobile phone about a 10-12 inches from the car door.

** The unlock signal will travel on the cell phone network and your car will be unlocked !

Note: On some networks the trick may not work.

Source: http://pcremix.blogspot.com/

Elevator Trick

Have you always been in a situation where you are 5 minutes away from being late in work but only few floor away from the spot? This trick is just right for you.

When we press the floor number button on the panel, lift start moving. But if someone on the next floor calls the lift the lift stop for them, this could be very irritating in rush hour.

Now, if you Press the Floor Number Button and the Close Door Button both at same time then the elevator would not stop for any one in the way.

Note: This may not work for some elevator systems. If it worked for you, congratulations :)

Facebook Hack Prank

Facebook is the largest social networking sites nowadays. Have you ever wonder how amazed your friend will be if you hack the facebook system? This will be fun. We'll try to hack facebook by putting your name in the facebook homepage. Here's how:

  1. Go to facebook.com homepage using Mozilla Firefox. Make sure no account is signed in to access the homepage.
  2. In the url box, paste: javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0 and press enter.
  3. You will notice few text becomes color heavy blue. This signifies successful code entry. Now you can edit any text within the page but first, remove the code in the url box and restore http://www.facebook.com/ to make things not suspicious.
  4. Now from the bottom left showing Facebook © 2010, add your name in any way you want (eg. Owned by: Cyberjaze). You can actually change any part of the page.
  5. Now for the exciting part, call your friend and show the page you OWNED for a while :)
You can use the trick in any other website. Just make sure it contains only few links since the trick changes links into color blue. Try out paypal.com and fool your friend showing millions of US dollars in your account. 

Enjoy!

Shaking Browser

Just type the below code in the address bar of your internet browser (like Mozilla) and see what happens.
 
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)
 
Change the value of i (colored blue) for the longer shake... 1135 takes almost 45seconds
 
You can use it as a prank :) It's up to you how...
 
Enjoy!

Powered by : Blogger