Can you explain how this works? #564
Answered
by
proginosko
shiny-ribbon
asked this question in
Q&A
-
It says to use $U to pass a URL? What does that mean exactly? And what is $S doing? |
Beta Was this translation helpful? Give feedback.
Answered by
proginosko
Feb 24, 2025
Replies: 1 comment 1 reply
-
If you want to see a custom blocking page, you can include the block set number ($S) and the URL of the blocked page ($U) in the URL of that custom blocking page. Your blocking page will need to have a script to extract that information from its URL. What you do with it is up to you! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shiny-ribbon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to see a custom blocking page, you can include the block set number ($S) and the URL of the blocked page ($U) in the URL of that custom blocking page. Your blocking page will need to have a script to extract that information from its URL. What you do with it is up to you!