-
Notifications
You must be signed in to change notification settings - Fork 819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
acscourier.net: nuisance #26704
Comments
@gorhill Not sure why
The script:
Okay nvm, this doesn't work either: DOMTokenList.prototype.contains = new Proxy(DOMTokenList.prototype.contains, {
apply(target, thisArg, args) {
const error = new Error();
if (error.stack.includes('checkIsOpen') === true) {
throw new ReferenceError();
};
return Reflect.apply(target, thisArg, args);
}
}) |
||cdn.smartrep.gr/sr-acs/acs/sr-acs-prod.js^$script,3p,domain=acscourier.net @kargig Is this something you would add? |
@MasterKia I stepped into the code and the match does occur. However the scriptlet still use old logging approach, I will modify it to use the new approach, i.e. to always report when there is a match, or report both matches/no matches when verbose mode is enabled. Currently, you will see there is a match when you add extra parameters |
fwiw from my tests I could type the tracking code in the acs website without closing the AI assistant chat I'd also be skeptical in adding more filters that remove such annoyances in the "main" Greek ad blocking filter list as these are not really ads. I could create a separate list with Greek annoyances but I'm not sure how many people would subscribe to a second Greek list either. Do you happen to know how other regional lists handle such requests ? |
Yeah I'm not sure about blocking the chat widget either, maybe I could find a filter other than |
Maybe for Easylist Chat? https://github.com/easylist/easylist/blob/master/fanboy-addon/fanboy_chatapps_third-party.txt |
Prerequisites
URL(s) where the issue occurs.
https://acscourier.net
Description
Whenever you visit the website, a large and intrusive AI chat window pops up, preventing you from quickly entering your tracking code. You have to wait for the chat to open fully before you can close it and proceed with your task without interruption. I attached a screenshot below.
Other extensions used
none
Screenshot(s)
Screenshot(s)
Configuration
Details
The text was updated successfully, but these errors were encountered: