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
{{ message }}
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.
Currently, the custom block/delay pages only allow changing the look (skinning), but they do not allow controlling LeechBlock behaviour. It would be nice to have a way to do that.
This would allow customizing LeechBlock to do things like:
customizing block behavior (timeout duration) beyond the limits of LeechBlock's configuration dialog
filtering the blocked URLs with a finer method than substring search
asking me to solve a math equation to proceed to the blocked page
Essentially, the main thing that's missing is a JavaScript function accessible from the page's embedded script, which allows proceeding to the blocked destination page. Setting document.location doesn't work because that just triggers LeechBlock again.
The text was updated successfully, but these errors were encountered:
Currently, the custom block/delay pages only allow changing the look (skinning), but they do not allow controlling LeechBlock behaviour. It would be nice to have a way to do that.
This would allow customizing LeechBlock to do things like:
Essentially, the main thing that's missing is a JavaScript function accessible from the page's embedded script, which allows proceeding to the blocked destination page. Setting
document.location
doesn't work because that just triggers LeechBlock again.The text was updated successfully, but these errors were encountered: