Options are incorrectly displayed when "long link" is blocked
Steps to reproduce:
- For example, add this rule to user filter:
example.org#%#AG_onLoad(function() { document.documentElement.addEventListener("click", () => window.open(`/test${"t".repeat(500)}`)) });
or run this code in console (after step 2):
document.documentElement.addEventListener("click", () => window.open(`/test${"t".repeat(500)}`))
- Go to - https://example.org/
- Click somewhere
- Popup should be blocked
- Click on "Options" button
Screenshot - some options are not visible

It should looks like that:
Screenshot

AdGuard Popup Blocker (Beta) 2.5.56
I have the same problem as above.
@NightmareWyrm, hi! This is not reproducible on my side, could you please specify the website and steps to reproduce this?
@AdamWr, could you please confirm that this issue is fixed?
Unfortunately, I still can reproduce it with version 2.5.94.
As far as I understand, the problem is that the blocked link doesn't fit on the screen, because is too long.
If I change repeat(500) to for example repeat(450) (in the script from the first post) then it's fine.
@stanislav-atr Could you please try to change it to something like repeat(50000):
document.documentElement.addEventListener("click", () => window.open(`/test${"t".repeat(50000)}`))
and then check again?
@NightmareWyrm, hi! This is not reproducible on my side, could you please specify the website and steps to reproduce this?
Go to this link: https://totalsportek.pro/game/real-madrid-vs-bayern-munchen/26987/ Click above the video player and below the live stream multiple times to trigger popup