Disable YouTube Ads
How To Disable YouTube Pre-Video Advertisements
There are a lot of ways to block ads, but with a simple command, you can disable all ads on YouTube by following the below given steps:
1.Open up a YouTube video (any will work).
2.Open up the developer console (Ctrl+Shift+J for Chrome, Ctrl+Shift+K for Firefox)
3.Enter the following code:
document.cookie="VISITOR_INFO1_LIVE=oKckVSqvaGw; path=/; domain=.youtube.com";window.location.reload();4.Now you have disabled YouTube Pre-Video Advertisements.
Note.
When you close the window and reopen it, you need to add the command again for disabling the ads.

Leave a Comment