Replies: 1 comment
-
Workaround would be to select "Block only first accessed page of site when delaying page is used". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, if a block set applies to both the pre-redirect and post-redirect URLs I have to sit through my delay twice.
For example:
I have a blockset with the regex:
^https://([^.]*.)reddit\.com(/r/[^/]*)?/?$
If I go to
https://www.reddit.com/r/3dprinting/
, I get the delay page. But, then after the delay it loads and gets a redirect tohttps://www.reddit.com/r/3Dprinting/
(capital d) and that triggers the block set again and I have to wait through my delay again.Beta Was this translation helpful? Give feedback.
All reactions