Thursday, March 31, 2011

Bypass new theater photo viewer in facebook



Bypass new theater photo viewer in facebook
Facebook tries to update new features for better user experience. It's developer improve and add many new features weekly.But it is not necessary that every user will also like the new and updated facebook feature. Recently, facebook has upgraded its image viewer, A lot of people are not happy with this new change, Including me too as it is annoying also. Therefore i am posting some tricks to bypass it and come back to classic photo viewer instead of theater photo viewer which is new one.


These are some ways to bypass it


1) don't open image directly by clicking on it. Use mouse right click and open the image in new tab. This will open the image in classic form but in new tab. 


2) open the photo by clicking on it and when the new viewer is loaded, go to the browser address bar and here you will see "&theater" in the url of photo, remove it from there and hit enter and thus you will be in classic photo viewer again.


3) Use Facebook LightBox Killer addon: the tricks, i have written above are temperorary solution of the problem. Here is a permanent solution for by-passing this facebook picture viewer, I am going to provide you an addon that is developed by BetterFacebook, The name of add-on is Facebook LightBox Killer and is supported at Chrome as well as Firefox. Go to betterfacebook.net and install this addon to your browser.

open more than 1 Gmail or facebook accounts in Chrome browser


open more than 1 Gmail or facebook accounts in Chrome browser


If you are logged in to a gmail account in chrome, you can not open another gmail account without log out the first one. Same with the facebook account. But what is you want to open more than 1 account.

My last post was about incognito-mode in chrome. Here we are going to use that one to open another account of gmail or facebook in chrome. 
  1. Press ctrl+shift+N
  2. Now you will see the incognito mode of chrome browser.
  3. Type Gmail or facebook URL in it and login to another account.
Read more about incognito-mode

Update: If all accounts belong to you, you can also use add account feature of Gmail. This new feature allows users to open multiple Gmail accounts in the same browser.

incognito Mode in Google Chrome



incognito Mode in Google Chrome

The incognito mode gives us a way to stealthily and sneakily wade through the web. For times when you want to browse in stealth mode, Google Chrome offers the incognito browsing mode. Here's how the incognito mode works:


Webpages that you open and files downloaded while you are incognito aren't recorded in your browsing and download histories.

All new cookies are deleted after you close all incognito windows that you've opened.

Changes made to your Google Chrome bookmarks and general settings while in incognito mode are always saved.

Open an incognito window


Click the wrench icon  on the browser toolbar. as in figure.
Select New incognito window.
A new window will open with the  icon in the corner. You can continue browsing as normal in the other window. 



You can also use the keyboard shortcuts Ctrl+Shift+N (Windows, Linux, and Chrome OS) and ⌘-Shift-N (Mac) to open an incognito window.
Wednesday, March 30, 2011

Play game on browser | javascript trick


Play game on browser | javascript trick

Today i got an amazing javascript trick. I have already posted some cool javascript trick such as edit webpage on the browser and playing with images of a webpage. Today i am going to write a cool trick of playing a astroid game on your browser just above your webpage.


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);


If unable to copy download it from here:
http://www.ziddu.com/download/14408385/browsergame.txt.html


Copy the above code and paste it to your web browser's address bar and press enter. Now you will be able to see a pointer on the browser window. press right arrow key for right turn and left arrow key for left turn. press space bar for fire.


warning: Never try this kind of tricks on the browser having running sessions of any service like facebook, gmail or any other.
Tuesday, March 29, 2011

How to Remove Shared Documents folder | registry trick



How to Remove Shared Documents folder | registry trick

In My Computer, we see the Shared Documents folder.You can not remove it. But if you want to remove it from the My computer, you can follow this registry trick:

Start --> Run -->regedit

after opening of registry, navigate the below key:-

HKEY_LOCAL_MACHINE --> Software --> Microsoft --> Windows --> CurrentVersion --> Explorer --> My Computer --> NameSpace --> DelegateFolders

In this you would see a sub-key named {59031a47-3f72-44a7-89c5-5595fe6b30ee}.  
If you delete this key, than shared documents folder is removed.

Warning: always take registry backup before editing registry manually.
:)

download Adeona for tracking your stolen laptop


download Adeona for tracking your stolen laptop

In today's world most of the people use portable compute or laptop. This makes our work easy but it also have some security risk. Stoling laptop is common today and it's a great loss to the owner. Today i am going to write about a nice software which helps you to track your stolen laptop.
Adeona
Adeona is the first Open Source system for tracking the location of your lost or stolen laptop that does not rely on a proprietary, central service.


This means that you can install Adeona on your laptop and go — there's no need to rely on a single third party. What's more, Adeona addresses a critical privacy goal different from existing commercial offerings. It is privacy-preserving. This means that no one besides the owner (or an agent of the owner's choosing) can use Adeona to track a laptop. Unlike other systems, users of Adeona can rest assured that no one can abuse the system in order to track where they use their laptop.

Adeona is designed to use the Open Source OpenDHT distributed storage service to store location updates sent by a small software client installed on an owner's laptop. The client continually monitors the current location of the laptop, gathering information (such as IP addresses and local network topology) that can be used to identify its current location. The client then uses strong cryptographic mechanisms to not only encrypt the location data, but also ensure that the ciphertexts stored within OpenDHT are anonymous and unlinkable. At the same time, it is easy for an owner to retrieve location information. 


Download here
Monday, March 28, 2011

How to create bootable usb using microsoft's tool



How to create bootable usb using microsoft's tool


CD/Dvd ROM drive is used for installing operating systems on your computer. But what will you do if you CD/DVD rive is not working? This is the main problem of most of the laptop users. Today i am going to write about making usb drive bootable. After making your drive bootable you can install OS on your system by using pen drive.


Follow the Steps to Make Bootable USB:

Sunday, March 27, 2011

How to Show super hidden files in Windows Vista



How to Show super hidden files in Windows Vista

Widonws vista has a nice feature of super hidden files. It means there are 2 levels of hidden files. When you try to show hidden files, some files are still hidden. These are Super Hidden Files. This behavior should keep dummies far away from accidental deletion but it also prevents power user to access these files.


If you want to show these Super hidden files too use registrt trick


HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced


Look for SuperHidden key on the right and assign 1 as value. If missing create a new key.
Reboot and now you can access super hidden files.

block or unblock Usb ports | registry trick to hack USB ports


Hacking usb ports
block Usb ports C program
Today i am going to write about a cool hack. You can block USB port of a computer system with a simple exe file. So you can play prank with your friends' by blocking USB ports of their computer easily without even working on that system. There are few tricks available which use windows registry modification. This method also do the same with c program. You just need to compile these C programs. One program is for blocking USB ports and another C program is for unblocking. This trick is for windows computer because i am using registry editing for blocking and unblocking.

Download the pack of code which contains
  1. block_usb_port.c  (compile this and create block.exe)
  2. unblock_usb_port.c (compile this and create unblock.exe)
Now follow these steps:
  1. compile and make exe of following files.
  2. create an autorun pendrive which would run block.exe on inserting usb device.
  3. give this USB disk to any of your friend.
  4. you can directly send this exe to your friend.
When you want to unblock usb ports run unblock.exe 

Download Here:
http://www.ziddu.com/download/13396349/Usb_port_hack.rar.html 

Enjoy this trick and comment below if you have any problem in implementation
Saturday, March 26, 2011

Enable registry editor disabled by virus



Enable registry editor disabled by virus

Registry Editor is an important feature of windows which allows us to do some specific windows settings which are not available as option. There are many computer tricks for improving performance of windows and networks are related to windows registry. It needs registry editing.

There are many viruses which disable registry editing of your windows. And when you try to edit registry you get a message that "Registry editor has been disabled by your administrator". This is a bad situation because we can not edit our registry and many tasks needs registry editing.


This can be solved by taking these two simple steps. Both commands uses registry editing but in different way.

Step1: Restart your computer in safe mode and open cmd and type following command
reg delete HKCU\software\microsoft\windows\currentversion\policies\system /v "DisableRegistryTools"
it will ask you for(Y/N)?  typeY.

Step2.: Run this another command:     run HKLM\software\microsoft\windows\currentversion\policies\system /v "DisableRegistryTools"

This will enable your registry editor