Fix typo - easylist

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

Fix typo - easylist

Post by intense Verified »

Code: Select all

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

Post by Khrin Verified »

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

Post by smed79 Verified »

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

Post by smed79 Verified »

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 Verified
EasyList Author
EasyList Author
Posts: 3562
Joined: Fri Mar 26, 2010 8:50 pm

Post by Khrin Verified »

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 Verified
EasyList Author
EasyList Author
Posts: 3562
Joined: Fri Mar 26, 2010 8:50 pm

Post by Khrin Verified »

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 Verified
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 Verified »

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 Verified
uBlock Origin Author
uBlock Origin Author
Posts: 230
Joined: Mon Aug 18, 2014 3:17 pm

Post by gorhill Verified »

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 Verified
EasyList Author
EasyList Author
Posts: 3562
Joined: Fri Mar 26, 2010 8:50 pm

Post by Khrin Verified »

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

Post by smed79 Verified »

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 Verified
EasyList Author
EasyList Author
Posts: 12244
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy Verified »

Haha typo fixed with another typo, love it.

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

Post by Khrin Verified »

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

Post by intense Verified »

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 Verified
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 Verified »

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 Verified
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense Verified »

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

Post by gorhill Verified »

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 Verified
EasyList Author
EasyList Author
Posts: 12244
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy Verified »

Didn't see the last one being hit,

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

Post by gorhill Verified »

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