Monday, July 6, 2026

Youtube ad blocking problem

how do you implement youtube ad skip for qutebrowser. Because, when I tried to implement ad skipping using this script and it just skips the whole video how can I fix that the ad gets skipped pretty fast but the video is also done.

// ==UserScript==

// for more updated scripts, see: https://greasyfork.org/en/scripts/by-site/youtube.com

// u/nameAuto Skip YouTube Ads

// u/version1.1.0

// u/description Speed up and skip YouTube ads automatically

// u/authorjso8910 and others

// u/match*://*.youtube.com/*

// ==/UserScript==

document.addEventListener('load', () => {

const btn = document.querySelector('.videoAdUiSkipButton,.ytp-ad-skip-button-modern')

if (btn) {

btn.click()

}

const ad = [...document.querySelectorAll('.ad-showing')][0];

if (ad) {

document.querySelector('video').currentTime = 9999999999;

}

}, true);

submitted by /u/Danaykroid
[link] [comments]

Adblock in mobile games

I want to not see any ads on mobile games while getting the rewards so like if the game says watch this ad get double coins and I do want the double coins but I don't want the ad

Is that a thing?

submitted by /u/BoJiuSugarDaddy
[link] [comments]

Sunday, July 5, 2026

Best Add blocker for IOS for youtube

Best add block that works for youtube app

submitted by /u/Doona_the_goldfish
[link] [comments]

Skipping automatically Youtube ads...

Hi I'm testing with youtube now, but I do get a lot of ads in a foreign language and anyway I'd rather listen to my playlist without hearing all that crap !!

as they also interrupt music in the middle of a track to play their ads and not even resuming afterwards....

Do you have a solution with kind of an automatic ad skip ? or mute ?

Thank you again for your developping this incredible leap in using heos !

all best

Edwin

submitted by /u/PPNed1999
[link] [comments]

Iphone full system adblock

Hello so I am been watching the world cup on my phone and I have been struggling with the ads from the website. It keeps jumping into other pages and it is really frustrating!!
I tried AdGuard but that didn’t work, so I am open to all options. Preferably free, since I am not something paid would deliver tbh.

Also if anyone has an explanation to why adblocks work on computers that would be great as well!!

submitted by /u/Educational-Sample33
[link] [comments]

Saturday, July 4, 2026

How to skip ads on YouTube without adblocker/on mobile

How to skip ads on YouTube without adblocker/on mobile

Ik it takes longer than a working adblocker, but if you want to skip a long ad on youtube and your adblocker isn't working or you are on mobile, here is how you do it.

submitted by /u/BumblebeeHot4913
[link] [comments]


how to stop videos from autoplaying in pinterest

yes i have it turned OFF in my settings for both WIFI and data. what do i do to stop this i am so done with pinterest making their app/website absolutely banal and arduous to use

submitted by /u/that-one-yeemo-gay
[link] [comments]