Vurdering for Block Site
Block Site av Ray
516 vurderingar
- Vurdering: 5 av 5av Momo, 3 år sidanAmazing just what i was looking for.(been looking for something like this for months) thanks
- Vurdering: 1 av 5av leopard501, 3 år sidanLiterally never did what I wanted it to do. I scheduled YouTube to be unblocked 6am to 10pm, and it just blocked all the time! The settings interface was terrible too, it took me forever to figure out how to schedule unblocking at all.
- Vurdering: 1 av 5av carbolymer, 3 år sidan
- Vurdering: 4 av 5av Traktor, 3 år sidan
- Vurdering: 5 av 5av Kumar, 3 år sidanBest extension to avoid distractions by blocking the websites.. I am detoxing myself from social networking platforms..
- Vurdering: 2 av 5av Firefox user 17050060, 3 år sidan
- Vurdering: 1 av 5av mabalag, 3 år sidan
- Vurdering: 5 av 5av Firefox user 14590404, 3 år sidan
- Vurdering: 5 av 5av Firefox user 16394173, 3 år sidanBest blocker extension for me. A big improvememt would be to sync the settings across different browsers.
- Vurdering: 5 av 5av Claudiu, 3 år sidan
- Vurdering: 3 av 5av Firefox user 12178425, 3 år sidanWhen it works it's good BUT it occasionally simply resets itself, so any blocked sites are invisibly unblocked.
- Vurdering: 5 av 5av azad, 3 år sidan
- Vurdering: 2 av 5av Сырное, 3 år sidan"this extension is total crap. it blocks the site in firefox, but your router still makes the request."
- Vurdering: 4 av 5av Léon, 3 år sidanNot bad to block all the stupid propaganda about the war but it doesn't prevent the sites to appear in the search engines.
- Vurdering: 5 av 5av Firefox user 17586560, 3 år sidanI went out to do errands, came back to it, now it works
- Vurdering: 4 av 5av aoskovoroda, 3 år sidan
- Vurdering: 5 av 5av DoanTR, 3 år sidan
- Vurdering: 4 av 5av Firefox user 16808432, 3 år sidanIt's really good. But it's not as intuitive as it could be.
- Vurdering: 5 av 5av Alepou, 3 år sidanThank 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?
- Vurdering: 1 av 5av Firefox user 17548622, 3 år sidan
- Vurdering: 5 av 5av Firefox user 17543933, 3 år sidan
- Vurdering: 5 av 5av fighter, 3 år sidan
- Vurdering: 5 av 5av oui, 3 år sidanI 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;
}