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
On this website https://vidstream.online/f/SzPIoqSMGK blocking popups using rule like that: vidstream.online#%#//scriptlet("prevent-window-open")
or vidstream.online#%#(function() { var w_open = window.open, regex = /cv\.php/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
causes adblock detection after clicking on "Download" button.
With AdGuard Popup Blocker, popup is blocked, but "Download" button also doesn't work.
Expected behavior
Popups on website should be blocked and "Download" button should works.
The text was updated successfully, but these errors were encountered:
On this website https://vidstream.online/f/SzPIoqSMGK blocking popups using rule like that:
vidstream.online#%#//scriptlet("prevent-window-open")
or
vidstream.online#%#(function() { var w_open = window.open, regex = /cv\.php/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
causes adblock detection after clicking on "Download" button.
With AdGuard Popup Blocker, popup is blocked, but "Download" button also doesn't work.
Expected behavior
Popups on website should be blocked and "Download" button should works.
The text was updated successfully, but these errors were encountered: