Maxim Topciu
Maxim Topciu
Can't reproduce with v4.2.159, seems to be resolved
v4.2.159-beta is already out
Seems like this was already resolved in the v4.2
Firefox has implemented has as well https://www.mozilla.org/firefox/121.0/releasenotes/
Thanks, @AdamWr Indeed, it seems like the problem is with the CSP, since scriptlet rules are working in Firefox—take example.org, for example. > Any chance for prioritizing this task? -...
Actually, there are such links. And you can find them in the readme section of https://github.com/AdguardTeam/PopupBlocker#installation. The userscript would be updated along with the filters. Please feel free to reopen...
We would specify a new link in the manifest for updates.
In case of any changes to the version, we will update the link in the next version of the Popup Blocker, so users won't have to manually update anything.
I couldn't figure out how we can handle JSONP requests, apart from one method. For example, let's say there's a JSONP callback like this: ```html ... function handleResponse(data) { console.log(JSON.stringify(data));...
Sometimes settings file might become corrupted. For example, there was a user with a similar problem. Here he wrote what helped him on Ubuntu. ``` I found out that I...