How To Block YouTube Ads?


Everyone likes to watch funny and interesting videos on YouTube but don't want to waste time watching the video ads or the banner ads laid on top of the videos. There are a lot of ways to block ads, but with a simple command in the developer console, you can disable all ads on YouTube.

1. Go to YouTube and open a video.

2. Now open the developer console (For Chrome/opera: Ctrl+Shift+J, For Firefox: Ctrl+Shift+K).

3. Enter the following code: 

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

4. To revert to the regular YouTube, with ads, again open the developer console and paste the following code:

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

5. Done! From now No more Add will appear on Videos.


Comments

Popular Posts