Closed MasterKia closed 2 years ago
Similar to https://github.com/nimasaj/uBOPa/issues/11
The */ads.* filter on your list is triggering the anti-adblock on integromat.com by blocking this script: https://static.integromat.com/js/ads.js
*/ads.*
https://static.integromat.com/js/ads.js
Example: https://www.integromat.com/en/integrations/discord/telegram
https://www.integromat.com/en/integrations/discord/telegram
Suggested Solution: integromat.com##+js(set, imt.adblock, false)
integromat.com##+js(set, imt.adblock, false)
Another solution: @@||static.integromat.com/js/ads.js$script,domain=integromat.com
@@||static.integromat.com/js/ads.js$script,domain=integromat.com
Thanks for reporting. It's now fixed on https://github.com/nimasaj/uBOPa/commit/7a01860a857c6a687ab2ce249f2b5659b81d3067.
Similar to https://github.com/nimasaj/uBOPa/issues/11
The
*/ads.*
filter on your list is triggering the anti-adblock on integromat.com by blocking this script:https://static.integromat.com/js/ads.js
Example:
https://www.integromat.com/en/integrations/discord/telegram
Suggested Solution:
integromat.com##+js(set, imt.adblock, false)
Another solution:
@@||static.integromat.com/js/ads.js$script,domain=integromat.com