ads
How to remove Youtube ads without any plugins or extension?
Are you tired of youtube ads? I do have some solutions which doesn’t require any plugin. Follow my steps below and hopefully, this might work. I tried myself and it’s working.
Steps
- Only for Safari users
- Press command and comma ->
Command + ,
- Click Advanced tab
- Click ✅Show Develop menu in menu bar
- Press command and comma ->
- Goto www.youtube.com
- Click any video you want. This step is important.
- Open Web Inspector
- Click
Command + Shift + c
(Mac) orCtrl + Shift + c
for windows users. - Now click in between Search bar and Ad section. Here is image how to select. This should be exactly where I have clicked.
- Once you get exactly same region as shown in image above, click left button on your mouse.
- Now you will see Web Inspector.
- You don’t need to do anything with inspector. Just click
delete
button on your keyboard. - Now press
Command + option + i
for Mac andF12
for windows to clear Inspector view. - That’s all for side ad. You won’t see side ad on youtube.
- Click
- What about Banner Ads that appears on top of video?
- You can try same approach mentioned above for side bar ad.
- Press
Command + Shift + c
(Mac) orCtrl + Shift + c
for windows users. - Hover over banner ad. You can even search for html code in inspect view which I have mentioned below as Banner ad html code.
- Press
delete
- Press
Command + option + i
for Mac andF12
for windows to clear Inspector view.
Banner ad html code.
<div class="video-ads ytp-ad-module" data-layer="4"></div>
Boom. Ads are gone. Now you can use youtube with ads.
Tags :