Tuesday, July 7, 2026

Have mobile ads evolved?

Is it just my iPhone or more and more websites have figured out how to bypass adblock settings on a phone these days? I’ve installed both AdGuard for Safari & NextDNS for system-wide. Adblock test result came back at 97% but I’m still seeing ads on some websites and the number of websites/apps that do that is on the rise

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

Monday, July 6, 2026

Firefox + AdGuard now being detected by Prime Video

Firefox + AdGuard now being detected by Prime Video

https://preview.redd.it/8kq8mdgfqnbh1.png?width=1891&format=png&auto=webp&s=bea335fa5bca2bb3d43e57f483adf950676e0992

Until a few days ago, uBlock Origin was the only adblocker that gave me problems with Prime Video. Using AdGuard i was able to watch any video in Prime without ads and no detection.

Now im getting the same error that uBlock throws. Disabling AdGuard fix the issue obviusly but then i get ads.

The text basically says "Video not available, a problem exist to play this video, to get assistance visit blablabla dot com"

Any idea on how to bypass Prime Video ads now?

submitted by /u/Putrid-Cat5368
[link] [comments]


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]