Delaying Page With A Password Prompt Instead Of A Countdown #421
Replies: 3 comments 6 replies
-
If I understand this, what you're really looking for is a version of the delaying page, but with a password prompt rather than a countdown. Correct? |
Beta Was this translation helpful? Give feedback.
-
Yes, via the content script would be the way to support custom blocking/delaying pages. The trick is to keep the code minimal, since the content script gets injected into every webpage, and we don't want to incur a general performance cost. But it's something I plan to work on. In the meantime, I'm working on a password prompt version of the blocking page. |
Beta Was this translation helpful? Give feedback.
-
Version 1.7 (uploaded and under review for Firefox & Chrome) adds a blocking page with password access (per the original request) as well as support for custom blocking/delaying/password pages. Documentation for the latter will be posted on the website later, but for now it's enough to know that LB will insert the content script blocked.js into any webpage with Example pages: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Disclaimer: It's entirely possible I'm misunderstanding the options, so I asked in the General/Q&A discussion area, unless this feature isn't available, in which case I would have to request for it in the Ideas area. I looked around to see if I could find any similar threads and tried to find a solution on my own, but I couldn't. If I missed any, I sincerely apologize.
The problem: I want to be able to bypass the blocked sites by using a password in the same tab that redirects when entered correctly. I included a rudimentary photo edit of what I'm imagining, which is essentially what the override screen looks like.
My current configuration: Manually opening the extension options to override and clicking on the hyperlinks of the default LeechBlock redirection page. I would prefer entering the password on the blocking page itself instead of having to override every time I need to bypass.
Current.Configuration.mp4
A solution that didn't work: I tried changing the redirected page to the override url in the options, thinking that this could achieve what I wanted, but since this is already a redirection, it wouldn't redirect again to the original site. Clicking the "Ok" button just closes the tab. The url I used was chrome-extension://blaaajhemilngeeffpbfkdjjoefldkok/override.html
Redirect.To.Temporary.Override.In.Options.mp4
Conclusion: I'm not sure if what I'm imagining would interfere with the way that LeechBlock currently functions, but this is an option I really want in an otherwise perfect extension. It may seem small, but it affects my productivity workflow, so I really want to correct it. I would appreciate it if anyone would help me, if I am indeed misunderstanding the options, as there are some other website blockers that work like what I'm imagining but fall short in many other areas. If the concern is that this goes against the purpose of using Leechblock, I'm not advocating for it to be mandatory, just an additional option/alternative, so the user isn't stuck with one way or the other.
Browser: Google Chrome
Release Version: 1.6.3
My LeechBlock Options.txt file:
LeechBlockOptions.txt
Beta Was this translation helpful? Give feedback.
All reactions