How to Disable All YouTube Ads With Simple Code
How to Disable All YouTube Ads, Disable ads on youtube, How to Disable All YouTube Ads, Ads free on youtube, Remove ads on website, prevents ads on youtube
Google earning is getting the main source of online earning now a days for any webmaster or a blogger. Some major organization is also displaying ads on there site for earning sum amounts.
Same as Youtube is also doing the same thing. As youtube is one of the world's popular video streaming site. There is Google adsense ads showing on the youtube video also. But there are some people who don't like these kind of ads. There are tonnes of the application and browser extension present over the internet that prevents the ads from displaying on the site. But What for those who don't want the ads only on the youtube. For this only Google have official done a experiment done a needful help for them.
Users have to follow some simple steps which is much easier. All the things is to be done on the users browser only. To do this you have to open the developer console of the browser and have to make some change on the site cookies.
To open the Developer console on the
Chrome and Opera :- Press CTRL+SHIFT+JAfter opening of the console, Paste the below code
Firefox :- Press CTRL+SHIFT+I
Internet Explore :- Press F12
CODE: document.cookie="VISITOR_INFO1_LIVE=oKckVSqvaGw; path=/; domain=.youtube.com";window.location.reload();And you done. This is disable all the ads on the Youtube site only.
If you want the normal youtube again, then just make the change on the code and replace the above code with this new one.
CODE: document.cookie="VISITOR_INFO1_LIVE=; path=/; domain=.youtube.com";window.location.reload();
As this code and experiment is done by the Youtube itself so, this may be not working after further days. But have to say this is the simplest way to disable the ads on youtube.
Video Demo
