Showing posts with label BROWSER TRICKS. Show all posts
Showing posts with label BROWSER TRICKS. Show all posts

Thursday, 4 July 2013

How to setup remote desktop connection using Chrome Browser

Want to setup remote desktop connection to your parent’s machine or want to access your own machine from a remote location or want to transfer files to and from your friend’s machine but having difficulty because they have a different operating system installed than yours
. If this is the case then you don’t have to worry as Chrome Remote Desktop by Google for Chrome Browser can help you in setting up remote desktop connection for free.Chrome remote desktop connection
What ever be your operating system, all that you will have to do is install Google Chrome Browser and install Chrome Remote Desktop app from Chrome Store, which allows you to setup your computer for secure remote access by using access code. This includes setting up your computer so that you can access it anytime from another machine or you can also use the app to let a friend or your parents remotely access your computer temporarily, perfect for times when you need help solving a computer problem. Provides remote assistance to Windows, Mac and Linux users, or access your Windows (XP and above) and Mac (OS X 10.6 and above) desktops at any time, all from the Chrome browser on virtually any device, including Chromebooks as per Google. The only thing that is mandatory is both machines should be running Chrome Remote Desktop app on Google Chrome browser.
The best thing about Chrome Remote Desktop is that its completely free, fully supports cross platform – as it’s not dependent on the operating system and just the chrome browser, it supports different languages. I have used this app and it’s very simple and easy to setup remote desktop connection. It’s connectivity was fast, smooth and even streaming of music and movies were perfect. I’m interested in knowing how Google would come up with an app to setup remote connection on Android device.

Monday, 1 July 2013

Get Password Behind Asterisks


           This is trick will let you see password behind asterisks. You might be thinking what is asterisks. It is dots or stars you see when you type password. This trick will let you see password behind asterisks. often people save their password on browser so this trick will let you get their password easily.

  • Go to the page that contain password in asterisks.
  • Now copy the following code.
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.");})();
  • Paste the code into address bar of the page.
  • Now you will get the password on that page.
      NOTE: This trick works on internet explorer and might works on old version of other 
                    web browser.

More Simple Way To View Saved Password In Google Chrome

google chrome hacked
Previously i had showed you how to view saved password in google chrome. In this post i will show you same thing but with different method suggested by one of reader of Cool Hacking Trick name Palash. This trick is simple yet very powerfull  to view or hack saved password in google chrome. It does not  matter for which website the password is saved it will work on all of them. It will work on Facebook, Gmail, Yahoo, twitter and many more. If you get your hands on your friend computer  you can hack their password with this simple little trick. It does not require any software or addons to be installed on your computer. Lets get started.


How to view saved password in google chrome ?

  1. Open Google Chrome
  2. Go to Settings (Its on the Right Corner)
  3. Then Click on Advance Settings
  4. Scroll Down and their will be password and forms from their click on Manage saved password.
  5. Then list of all websites whose passwords are saved on browser will be listed.
  6. Click on show to view those passwords
  7. Enjoy!!

How To Hack Saved Password In Firefox ?

firefox hacks
In my previous post i had posted two tutorials onHow to hack google chrome saved password ? andMore simple way to hack google chrome saved passworod. In this post i will share with you guys how to view saved password in Mozilla Firefox web browser. This trick can be helpfull if you get your hands on someone computer maybe your friends and he has saved password for certain websites like gmail, facebook,yahoo etc then you can easily view his password with very simple and easy trick that i am going to share today. 

For demonstration purpose i have already saved a fake email password for facebook. But it will work on any website. So lets get started.

How to do ?

1. Open Firefox Web Broweser
2. Then Click on FireFox > Option > Option as shown in below picture
3. Then a POP Up box will appear, In that go to security and click on Show Passwordsas show below.
4. Now click on website whose password you want to see ans click on show passwordas shown in below image. (Note: It will ask for confirmation so click on yes when dialog box appears)

5. Done, You have hacked password of your victim with few simple steps. You can try this at school computer lab if someone have saved their password. 

Simple Trick To Use Web Browsers As Text Editor

 Web Browsers As Text Editor
In this tutorial i will show you a simple and interesting trick to use your web browser such as Google Chrome or Mozilla Firefox as a simple text editor like Notepad. This trick works on all web browsers. So lets get started.

How To Do ?

   1 Copy below code in browser Url Section

 data:text/html, <html contenteditable>

   2. Now Press Enter.
   3. Now you can type anything as would do on any other text editor like Notepad.
   4. To save your text file Press Ctrl + S and save it as anything.txt (.txt Is Must) - See more at: http://www.coolhackingtrick.com/2013/03/simple-trick-to-use-web-browsers-as.html#sthash.5Z97Rj1w.dpuf