Отзывы на «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;
}