activities.scolab.com

This is where you should report issues arising from the subscription filters.
Locked
sbrisebois
New Member
New Member
Posts: 3
Joined: Fri May 08, 2020 5:00 pm

activities.scolab.com

Post by sbrisebois »

Some content images are hidden on :

Code: Select all

https://activities.scolab.com/#!/curriculum/QCRVO106/grade/all-grades/subject/arithmetic-and-algebra
https://screenshots.scolab.com/Public/J ... -51-42.png

uBlock logs when using EasyList filter : https://screenshots.scolab.com/Public/J ... -50-39.png

Problematic images are stored at d1m9xsywzv0elf.cloudfront.net, under the folder "ad". It was not intentional to use the name "ad", simply the result of a a naming convention using the first two chars of a GUID.

I am not familiar with the filter syntax, but I've found a similar pattern in the current list

Code: Select all

@@||d17lvj5xn8sco6.cloudfront.net/ad/$image,xmlhttprequest
Is it possible to do the same for d1m9xsywzv0elf.cloudfront.net?
User avatar
LanikSJ
Site Owner
Site Owner
Posts: 1807
Joined: Thu Feb 15, 2007 7:44 am
Location: /dev/null

Post by LanikSJ »

Something like this maybe:

Code: Select all

@@||d1m9xsywzv0elf.cloudfront.net/ad/*$image,domain=activities.scolab.com
"If it ain't broke don't fix it."
sbrisebois
New Member
New Member
Posts: 3
Joined: Fri May 08, 2020 5:00 pm

Post by sbrisebois »

What's would be the next step to resolve this? I can see the problem at the bottom of this page

Code: Select all

https://activities.scolab.com/#!/curriculum/QCRVO106/grade/all-grades/subject/arithmetic-and-algebra
with uBlock/EasyList.

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

Post by intense »

If it's your site just rename that folder (ad)
sbrisebois
New Member
New Member
Posts: 3
Joined: Fri May 08, 2020 5:00 pm

Post by sbrisebois »

As I've mentioned in the initial post, the name of that folder is not the result of a choice. It's not as simple as just renaming it. I was hoping for a resolution like LanikSJ proposed, just like other exceptions already present in the list.

Thank you in advance.
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

@fanboy
obrik
New Member
New Member
Posts: 4
Joined: Thu Dec 10, 2020 11:19 pm

Post by obrik »

@fanboy @intense it's been since May we are waiting for your response.
As my colleague @sbrisebois said, the folder name are generated as a result of a naming convention using the first two chars of a GUID.
Could you please help us and answer our request dated : Fri May 08, 2020 2:00 pm
Thanks
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

fixed for uBO
https://github.com/uBlockOrigin/uAssets ... 1be00684f0

for other adblockers still needing @fanboy intervention
obrik
New Member
New Member
Posts: 4
Joined: Thu Dec 10, 2020 11:19 pm

Post by obrik »

@intense
@fanboy
Great, thanks a lot for you all.
obrik
New Member
New Member
Posts: 4
Joined: Thu Dec 10, 2020 11:19 pm

Post by obrik »

@intense
@fanboy
Could you please add the same rule for this domains:
buzzmath.com
netmaths.net​
the last one you did for us:

Code: Select all

@@||cloudfront.net/ad/$image,domain=scolab.com
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12240
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Sample links where its broken @obrik
obrik
New Member
New Member
Posts: 4
Joined: Thu Dec 10, 2020 11:19 pm

Post by obrik »

@fanboy first of all, really sorry for the extra late delay of my response, and thanks a lot for your responses.

for our case:
Sample 1:
Request URL:

Code: Select all

https://d1m9xsywzv0elf.cloudfront.net/ad/adb392a0-8e3f-48ca-981e-a7b8f8e4ef59/pageCaptureHtml.nosolution.fr.PRQCE28613.png
Referer:

Code: Select all

https://www.netmaths.net

Sample 2:
Request URL:

Code: Select all

https://d1m9xsywzv0elf.cloudfront.net/ad/adb392a0-8e3f-48ca-981e-a7b8f8e4ef59/pageCaptureHtml.nosolution.fr.PRQCE28613.png
Referer:

Code: Select all

https://www.buzzmath.com
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12240
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Sure, done
Locked