Fix typo - easylist

General information, announcements and questions about the EasyList subscriptions.
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Fix typo - easylist

Post by intense »

Code: Select all

||xaxoro.com^^$third-party
||machings.com^^$third-party
Khrin
EasyList Author
EasyList Author
Posts: 3562
Joined: Fri Mar 26, 2010 8:50 pm

Post by Khrin »

User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

Code: Select all

||oclasrv.comindex-2.htmlapu.php^
https://hg.adblockplus.org/easylist/rev/573b15d58972/

should be

Code: Select all

||oclasrv.com^$third-party
(onclickads)
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Khrin
EasyList Author
EasyList Author
Posts: 3562
Joined: Fri Mar 26, 2010 8:50 pm

Post by Khrin »

Removed, the oclasrv filter is already present. Thank you.
https://hg.adblockplus.org/easylist/rev/ec1ae302debe
itsallinyourhead
Site Member
Site Member
Posts: 16
Joined: Wed Jan 28, 2015 2:50 am

Post by itsallinyourhead »

https://easylist-downloads.adblockplus.org/easyprivacy.txt

There is a filter with 2 $.

Code: Select all

||googletagmanager.com/gtm.js?$third-party$domain=gamestar.de
I guess it should be:

Code: Select all

||googletagmanager.com/gtm.js?$third-party,domain=gamestar.de
itsallinyourhead
Site Member
Site Member
Posts: 16
Joined: Wed Jan 28, 2015 2:50 am

Post by itsallinyourhead »

I ran a script to test other lists for typos in filter options. Found 1 in https://easylist-downloads.adblockplus.org/easylistitaly.txt

Again 2 $:

Code: Select all

@@||adv.tre.it/www/$image,script,$~third-party
Should be:

Code: Select all

@@||adv.tre.it/www/$image,script,~third-party
Khrin
EasyList Author
EasyList Author
Posts: 3562
Joined: Fri Mar 26, 2010 8:50 pm

Post by Khrin »

https://hg.adblockplus.org/easylistital ... c2dedd96ea Thank you, removed because apparently isn't anymore necessary.
itsallinyourhead
Site Member
Site Member
Posts: 16
Joined: Wed Jan 28, 2015 2:50 am

Post by itsallinyourhead »

I am not sure about these filters in Easylist.

Code: Select all

||adsjudo.com.^$third-party
||adsjudo.com^$third-party
But it looks like they have the same purpose to me.

Maybe I am wrong and the dot after the top level domain in the first filter has a meaning. If so, what is it?
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

itsallinyourhead wrote:I am not sure about these filters
Absolute domain name (FQDN) used by some sites to circumvent users with ad-blocking software.

Code: Select all

/^https?:\/\/([0-9a-z\.-_]+)\.(accountant|bid|cf|club|cricket|date|download|faith|fun|ga|gdn|gq|loan|men|ml|ovh|party|pro|pw|racing|review|rocks|science|site|space|stream|tk|top|trade|webcam|win|xyz|zone)(\.)\/(.*)/$script,third-party
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
itsallinyourhead
Site Member
Site Member
Posts: 16
Joined: Wed Jan 28, 2015 2:50 am

Post by itsallinyourhead »

That's dirty. Thanks a lot.
itsallinyourhead
Site Member
Site Member
Posts: 16
Joined: Wed Jan 28, 2015 2:50 am

Post by itsallinyourhead »

2 x 'domain='

Code: Select all

@@||cdnjs.cloudflare.com^$script,domain=domain=...
Should be:

Code: Select all

@@||cdnjs.cloudflare.com^$script,domain=...
gorhill
uBlock Origin Author
uBlock Origin Author
Posts: 230
Joined: Mon Aug 18, 2014 3:17 pm

Post by gorhill »

Invalid cosmetic filter in EasyList -- missing double-quote:

Code: Select all

##td > table[style*=border: 0px"]
This is causing an exception to be thrown in Adblock Plus' content script in Chromium when visiting one of the above sites (uBO discards the invalid filter at list compile time).
The filter is seemingly a duplicate of the one immediately above in EasyList.
Khrin
EasyList Author
EasyList Author
Posts: 3562
Joined: Fri Mar 26, 2010 8:50 pm

Post by Khrin »

User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

https://hg.adblockplus.org/easylist/rev/5ca297e2900f/ (2015-01-09)

Should be

Code: Select all

||610kvnu.com^*/sponsors/
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12223
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Haha typo fixed with another typo, love it.

https://github.com/easylist/easylist/co ... acc2716781
Khrin
EasyList Author
EasyList Author
Posts: 3562
Joined: Fri Mar 26, 2010 8:50 pm

Post by Khrin »

Image
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

which triggers a whole mess in ABP for chrome (see in console)

filter (missing " ):
##a[href^="https://understandsolar.com/signup/?lead_source="][href*=&tracking_code="]

correct one:
##a[href^="https://understandsolar.com/signup/?lead_source="][href*="&tracking_code="]

https://github.com/easylist/easylist/co ... b8830b5896
itsallinyourhead
Site Member
Site Member
Posts: 16
Joined: Wed Jan 28, 2015 2:50 am

Post by itsallinyourhead »

Two commas directly behind each other.
@@||ytimg.com/yts/jsbin/$script,,domain=in easylist
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

Code: Select all

||cloudfront.net^$script,domain=torrentfunk.com,4archive.org|....
a comma , is used as separator Instead of a pipe |
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

gorhill
uBlock Origin Author
uBlock Origin Author
Posts: 230
Joined: Mon Aug 18, 2014 3:17 pm

Post by gorhill »

Can't tell whether this is a typo or by design. The three following filters found in EasyList:

Code: Select all

flashgot.net###head a[target="_blаnk"]
flashgot.net##.content a[rel="nofollow"][target="_blаnk"]
noscript.net##a[target="_blаnk"][href$="?MT"]
The attribute for target is _blаnk (Cyrillic а) instead of _blank (ASCII a). The current filters do not seem to match anything on the target sites -- but I just verified superficially.
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12223
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Didn't see the last one being hit,

but the rest seem active; http://i.imgur.com/U35A0yb.png
gorhill
uBlock Origin Author
uBlock Origin Author
Posts: 230
Joined: Mon Aug 18, 2014 3:17 pm

Post by gorhill »

Ok, I had to spoof my user agent as a Windows machine to see the filters being hit.
antiemp
New Member
New Member
Posts: 1
Joined: Tue Apr 25, 2017 6:36 pm

Post by antiemp »

With the latest release I noticed:

Code: Select all

-analitycs/fab.
-analitycs/ga.
-analitycs/metrica.

/google_analitycs.

/js/analitycs_

/third-party-analitycs/*

||d27s92d8z1yatv.cloudfront.net/js/jquery.jw.analitycs.js
Should all of these actually be "analytics"?


Also, I couldn't find any info for:

Code: Select all

/analiz.php3?
But there is info for the following, so maybe this is more correct? Unsure.

Code: Select all

/analyze.php3
/analyze.php3?
Locked