Reviews for Block Site
Block Site by Ray
301 reviews
- Rated 5 out of 5by Firefox user 17885816, 2 years agoAwesome.
I use this to block crappy AI-generated sites when digging for information on how to fix something around the house.
Not the most elegant solution but at least this allows me to effectively mark domains that are filled with junk. - Rated 5 out of 5by carl, 2 years ago
- Rated 5 out of 5by jkochmro, 2 years agoWow. 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. - Rated 5 out of 5by Игорь, 2 years ago
- Rated 5 out of 5by Firefox user 17804718, 2 years ago
- Rated 5 out of 5by Firefox user 17787098, 2 years ago
- Rated 5 out of 5by Firefox user 17764473, 2 years ago
- Rated 5 out of 5by Firefox user 14762698, 2 years ago
- Rated 5 out of 5by Firefox user 13463137, 2 years ago
- Rated 5 out of 5by JaimePS, 2 years ago
- Rated 5 out of 5by Nejy, 2 years agoLearn basic regular expressions and this becomes an amazing anti-distraction tool. You can specify block times separately per day & even use custom redirects.
- Rated 5 out of 5by Hercules, 2 years agoThe best app ever to protect yourself from your porn addiction. You have to add the sites manually. Remember to activate it in private windows.
- Rated 5 out of 5by Momo, 2 years agoAmazing just what i was looking for.(been looking for something like this for months) thanks
- Rated 5 out of 5by Kumar, 2 years agoBest extension to avoid distractions by blocking the websites.. I am detoxing myself from social networking platforms..
- Rated 5 out of 5by Firefox user 14590404, 2 years ago
- Rated 5 out of 5by Firefox user 16394173, 2 years agoBest blocker extension for me. A big improvememt would be to sync the settings across different browsers.
- Rated 5 out of 5by Claudiu, 3 years ago
- Rated 5 out of 5by azad, 3 years ago
- Rated 5 out of 5by Firefox user 17586560, 3 years agoI went out to do errands, came back to it, now it works
- Rated 5 out of 5by DoanTR, 3 years ago
- Rated 5 out of 5by Alepou, 3 years agoThank 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?
- Rated 5 out of 5by Firefox user 17543933, 3 years ago
- Rated 5 out of 5by fighter, 3 years ago
- Rated 5 out of 5by oui, 3 years agoI 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;
}