You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This site has javascript that turns legit download links such as https://send.cm/d/... into "shortened" links like https://shrinkearn.com/full?api=...&url=...&type=1
I found that this filter fixes the problem ||www.inficourses.com/_next/static/chunks/pages/course/%5Bslug%5D-dd27fffe2602e332.js$script,domain=www.inficourses.com
But I'm not sure where to add it in the lists, or if it is optimized, hence opening this issue.
Might also be a case to improve the new option urlskip=. The original link is in the url= parameter, but encoded in base64. So another solution which would work for all shrinkearn.com/full? instance anywhere would be to add ability to decode base64 in urlskip= and create a filter resembling:
||shrinkearn.com/full?$urlskip=?url -base64
gorhill
added a commit
to gorhill/uBlock
that referenced
this issue
Sep 29, 2024
Prerequisites
URL address of the web page
https://www.inficourses.com/course/vueschool-the-vuejs-3-masterclass
Category
ads
Description
This site has javascript that turns legit download links such as
https://send.cm/d/...
into "shortened" links likehttps://shrinkearn.com/full?api=...&url=...&type=1
I found that this filter fixes the problem
||www.inficourses.com/_next/static/chunks/pages/course/%5Bslug%5D-dd27fffe2602e332.js$script,domain=www.inficourses.com
But I'm not sure where to add it in the lists, or if it is optimized, hence opening this issue.
Other extensions used
Screenshot(s)
Screenshot(s)
Configuration
The text was updated successfully, but these errors were encountered: