Análises para LeechBlock NG
LeechBlock NG por James Anderson
1769 análises
- Avaliado em 5 de 5por suplexCity , há 4 anosGreat experience. Multiple block sets help in choosing different combinations.
- Avaliado em 5 de 5por Atharva Pai , há 4 anos
- Avaliado em 5 de 5por Utilizador do Firefox 16518793 , há 4 anos
- Simply excellent and flexible. Only request of the developers it make a simple checkbox in this general options tab to essentially put 'about:addons' and 'about:support' and 'about:config' behind a password at all times. The workaround to protect Leechblock from being disabled (including by Firefox 'Refresh' or 'Restarting with Add-ons Disabled'/Safe Mode) requires this. I'm sure this will be addressed soon because the development team has proven very responsive by email.
- Avaliado em 5 de 5por Utilizador do Firefox 12755506 , há 4 anosVery usefull since it allows a daily buffer of time.
- Avaliado em 5 de 5por Utilizador do Firefox 16487514 , há 4 anos
- Avaliado em 5 de 5por Utilizador do Firefox 14485689 , há 4 anosVery useful, light blocking plugin. Much easier to use than my previous plugin.
- Avaliado em 5 de 5por Utilizador do Firefox 16484255 , há 4 anos
- Avaliado em 5 de 5por Utilizador do Firefox 16472348 , há 4 anos
- Avaliado em 5 de 5por Forty-two [Victor Prieto`] , há 4 anosIt's a great application that is flexible with how you block sites. I personally like its ability to delay gratification. I have it set to delay opening websites by 45 seconds. Thank you!
- Avaliado em 5 de 5por Utilizador do Firefox 14898775 , há 4 anos
- Avaliado em 5 de 5por Utilizador do Firefox 13130181 , há 5 anos
- Avaliado em 4 de 5por Utilizador do Firefox 15372875 , há 5 anos5 stars if I could figure out a way to block an index site (home page) and have sub-domains not be blocked by default (manual exclusions aren't suitable if you'll want to access pages via a Google search, for example). Other than that works great.
Resposta do programador
publicado a há 5 anosHere's an example of how to block the front page only:
reddit.com
+reddit.com/*+
See FAQ for details of exceptions and wildcards. - Avaliado em 5 de 5por Utilizador do Firefox 16336526 , há 5 anosYou did a great service to humanity James! you've saved thousands of hours of mankind! I wish I could donate you but US governments restricted our access to Paypal in Iran.
- Works really well, it saves me a lot of time I would otherwise waste with scrolling through YouTube or Reddit!
I have noticed that it is very easy to access the blocked sites by disabling the Addon from the addons page, which takes only a few clicks. This is probably not changeable from the extension code (to prevent bloatware extensions from blocking their removal), however, you can lock the extension yourself using the Firefox policy system, which prevents removal https://support.mozilla.org/en-US/kb/customizing-firefox-using-policiesjson
For reference, this is what I put into my policies.json:
{
"policies": {
"Extensions": {
"Locked": ["leechblockng@proginosko.com"]
},
"ExtensionSettings": {
"leechblockng@proginosko.com": {
"installation_mode": "force_installed",
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/leechblock-ng/latest.xpi"
}
}
}
}
This way, you have to remove the file and restart firefox, for me this is cumbersome enough to stop me from disabling the extension.