[AdGuard for Windows] v6.2.432 RC

Status
Not open for further replies.

avatar

Administrator
Staff member
Administrator
Is it intentional that this doesn't come with a sensible white-list by default? It even blocks "pop-ups" from Google and Gmail. So far it has had more false positives than it helped prevent actual advertisement.
Yep, that's because we'd like to learn about all possible types of false positives first.
 
Most of the adblock walls are handled by the annoyances filter now.
Which is enabled and up to date but does nothing to circumvent any of the mentioned walls.

Enabled filter:

English
German
Social Media
Annoyances

Pretty much everything else is at out-of-the-box defaults at the moment (https blocking is enabled, no exception for EV sites).

This should work but doesn't.

And, yeah, http://www.faz.net and https://www.tweaktown.com aren't working either, since you mentioned it.
 
Check the "really bad" part of the announcement.
Oh, I misread that. So circumvention has not been moved into a filter that isn't enabled by default but has been removed entirely from any of the official filter lists.

Quite frustrating and this would give non-commercial blockers a big advantage.

Is there nobody maintaining an unofficial filter to circumvent these walls, though?
 

avatar

Administrator
Staff member
Administrator
This is not about blockers, this is about filters. AG filters are open and available for any blocker.
 
Well, let's hope you'll find a satisfactory workaround in the future.

Anyways, I just found a bug in the 6.2 filter editor in the process:

Click the "+" icon and try to add an invalid rule. Instead of fixing it, click on another filter and then back to the filter you tried to add the rule to:
The invalid rule is gone but so is the line it was on. The "+" icon does nothing and no rules can be added until the Editor has been closed and re-opened. That's a bug.
 

Blaz

Moderator & Translator
Staff member
Moderator
edit: marvelousga.com should still be handled in the english filter though, let's summon @Alex302 here:)
Code:
marvelousga.com#%#(function() { var sto = window.setTimeout, re = /\.bab_elementid.$/; window.setTimeout = function(a, b) { if ( typeof a !== 'string' || !re.test(a) ) { return sto(a, b); } }.bind(window); var signatures = [ ['blockadblock'], ['babasbm'], [/getItem\('babn'\)/], ['getElementById','String.fromCharCode','ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789','charAt','DOMContentLoaded','AdBlock','addEventListener','doScroll','fromCharCode','<<2|r>>4','sessionStorage','clientWidth','localStorage','Math','random'] ]; var check = function(s) { var tokens, match, j, token, pos; for ( var i = 0; i < signatures.length; i++ ) { tokens = signatures[i]; match = 0; for ( j = 0, pos = 0; j < tokens.length; j++ ) { token = tokens[j]; pos = token instanceof RegExp ? s.search(token) : s.indexOf(token); if ( pos !== -1 ) { match += 1; } } if ( (match / tokens.length) >= 0.8 ) { return true; } } return false; }; var realEval = window.eval; window.eval = function(a) { if ( !check(a) ) { return realEval(a); } var el = document.body; if ( el ) { el.style.removeProperty('visibility'); } el = document.getElementById('babasbmsgx'); if ( el ) { el.parentNode.removeChild(el); } }.bind(window); })();
 

avatar

Administrator
Staff member
Administrator
Brilliant, thanks for everything so far.

@Blaz

Is there no way to create a general rules that circumvents the blockadblock.com wall on every site that uses it? Or do individual per site rules make more sense? I feel like it's getting adopted by quite a few sites these days, that may make maintaining a per-site list a bit difficult.
 

Toto

New Member
I'm not sure if this has been mentioned. With the latest beta version, when I exit AG and choose "No" to the attention message and I then reopen AG, then it doesn't block ads in YouTube. I have noticed that AG doesn't skip ads all the time with this method, but about every 3rd time you exit AG. Can you please check it out.
 
Status
Not open for further replies.
Top