`Manage preferences` option is broken
Closed this issue ยท 8 comments
After clicking Manage preferences...
the redirected address popupblocker.adguard.com/options.html
is not working properly.
- Tampermonkey v4.18.1
- AdGuard Popup Blocker v2.5.76
@kodiakhub , hi! Thank you for feedback, this will be fixed in the closes release.
Hi @stanislav-atr, the Manage preferences...
option still doesn't work.
However, the site address https://popupblocker.adguard.com/release/v1/options.html can be accessed manually.
- Google Chrome v114.0.5735.91
- Tampermonkey v4.19.0
- AdGuard Popup Blocker v2.5.87
Video detail
Footnote for the video: I blocked the site's cookie for continuity testing.
P.mp4
@kodiakhub, hi! I was not able to reproduce this on my device. Is this incognito-only issue? Are there any errors in devtool's console going when trying to open settings?
Is this incognito-only issue?
No, both have the issue.
Are there any errors in devtool's console going when trying to open settings?
Guess, no.
Video
Nope.mp4
If you need more information, do you have a test example site for the AdGuard Popup Blocker?
- Go to http://example.org/
- Run
document.documentElement.addEventListener("click", () => window.open(
/test) );
in console - Click anywhere on the page to trigger popup
- Try opening settings
also, do you use some other userscripts/extensions that could interfere?
- Go to http://example.org/
- Run
document.documentElement.addEventListener("click", () => window.open(
/test) );
in console- Click anywhere on the page to trigger popup
- Try opening settings
- Tampermonkey is blacklisted for
example.org
in its default security settings:
- Entering the command in the console tab gave an error:
I don't have knowledge on this. It could be user error.
But i tested on another test website from https://github.com/AdguardTeam/PopupBlocker#how-to-test:
This one is working but not on this website like i found: izleorg3.org
Video
Test.mp4
also, do you use some other userscripts/extensions that could interfere?
No.
@stanislav-atr If you still can't reproduce, no problem. I found such a strange issue and reported it. There is no need to dwell on this issue, because it is not so important. ๐
Entering the command in the console tab gave an error:
formatting broke the code, my bad:
document.documentElement.addEventListener("click", () => window.open("/test") );
It seems that izleorg3.org#%#//scriptlet("prevent-window-open")
rule is being applied on the page, successfuly blocking settings. If you prefer using popupblocker, you may disable this rule with izleorg3.org#@%#//scriptlet("prevent-window-open"
.
You are right! Adding this rule izleorg3.org#@%#//scriptlet("prevent-window-open")
in the user rules fixes the issue. But still didn't expect that AdGuard Adblock
filter lists would block the AdGuard Popup Blocker
itself. ๐