Відгуки для Block Site
Block Site автор Ray
322 відгуки
- Оцінка 5 з 5від carl, 3 роки тому
- Оцінка 5 з 5від jkochmro, 3 роки томуWow. This add-on is everything you could want and more for site blocking. It puts other blocking add-ons to shame!
Adding a policy to guard the plugin and to prevent private mode is a requirement for this to be useful if you are tech savvy and would want to remove the site blocker. - Оцінка 5 з 5від Игорь, 3 роки тому
- Оцінка 5 з 5від Користувач Firefox 17804718, 3 роки тому
- Оцінка 5 з 5від Користувач Firefox 17787098, 3 роки тому
- Оцінка 5 з 5від Користувач Firefox 17764473, 3 роки тому
- Оцінка 5 з 5від Користувач Firefox 14762698, 3 роки тому
- Оцінка 5 з 5від Користувач Firefox 13463137, 3 роки тому
- Оцінка 5 з 5від JaimePS, 3 роки тому
- Оцінка 5 з 5від Nejy, 3 роки томуLearn basic regular expressions and this becomes an amazing anti-distraction tool. You can specify block times separately per day & even use custom redirects.
- Оцінка 5 з 5від Hercules, 3 роки томуThe best app ever to protect yourself from your porn addiction. You have to add the sites manually. Remember to activate it in private windows.
- Оцінка 5 з 5від Momo, 3 роки томуAmazing just what i was looking for.(been looking for something like this for months) thanks
- Оцінка 5 з 5від Kumar, 4 роки томуBest extension to avoid distractions by blocking the websites.. I am detoxing myself from social networking platforms..
- Оцінка 5 з 5від Користувач Firefox 14590404, 4 роки тому
- Оцінка 5 з 5від Користувач Firefox 16394173, 4 роки томуBest blocker extension for me. A big improvememt would be to sync the settings across different browsers.
- Оцінка 5 з 5від Claudiu, 4 роки тому
- Оцінка 5 з 5від azad, 4 роки тому
- Оцінка 5 з 5від Користувач Firefox 17586560, 4 роки томуI went out to do errands, came back to it, now it works
- Оцінка 5 з 5від DoanTR, 4 роки тому
- Оцінка 5 з 5від Alepou, 4 роки томуThank you for your extension!!! I hope Mozilla not remove it. They don't have any password to firefox for our protection. I think there is a problem here. If I close the extension and open it again, the addon closes all block sites. Can you fix this?
- Оцінка 5 з 5від Користувач Firefox 17543933, 4 роки тому
- Оцінка 5 з 5від fighter, 4 роки тому
- Оцінка 5 з 5від oui, 4 роки томуI wrote a css override to make it more encouraging.
The code below makes the custom message you write look fancier, and removes the discouraging ! sign. I'd much rather block sites gently.
Thank you for such an awesome plugin though.
body {
background-image: url(https://source.unsplash.com/collection/139386/1920x1080/?sig=) !important;
background-repeat: no-repeat;
background-size: cover;
}
h1, table, #exception,#options, #switch,footer,header{
display:none !important;
}
#message {
width: 100%;
text-align: center;
font-size: 5em;
padding: 0 !important;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 100;
background: #222222ba;
margin: 0 !important;
}