Block Site incelemeleri
Block Site geliştiren: Ray
322 inceleme
- 5 üzerinden 5 puanyazan: carl, 3 yıl önce
- 5 üzerinden 5 puanyazan: jkochmro, 3 yıl önceWow. 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 üzerinden 5 puanyazan: Игорь, 3 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 17804718, 3 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 17787098, 3 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 17764473, 3 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 14762698, 3 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13463137, 3 yıl önce
- 5 üzerinden 5 puanyazan: JaimePS, 3 yıl önce
- 5 üzerinden 5 puanyazan: Nejy, 3 yıl önceLearn basic regular expressions and this becomes an amazing anti-distraction tool. You can specify block times separately per day & even use custom redirects.
- 5 üzerinden 5 puanyazan: Hercules, 3 yıl önceThe 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 üzerinden 5 puanyazan: Momo, 3 yıl önceAmazing just what i was looking for.(been looking for something like this for months) thanks
- 5 üzerinden 5 puanyazan: Kumar, 4 yıl önceBest extension to avoid distractions by blocking the websites.. I am detoxing myself from social networking platforms..
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 14590404, 4 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 16394173, 4 yıl önceBest blocker extension for me. A big improvememt would be to sync the settings across different browsers.
- 5 üzerinden 5 puanyazan: Claudiu, 4 yıl önce
- 5 üzerinden 5 puanyazan: azad, 4 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 17586560, 4 yıl önceI went out to do errands, came back to it, now it works
- 5 üzerinden 5 puanyazan: DoanTR, 4 yıl önce
- 5 üzerinden 5 puanyazan: Alepou, 4 yıl önceThank 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 üzerinden 5 puanyazan: Firefox kullanıcısı 17543933, 4 yıl önce
- 5 üzerinden 5 puanyazan: fighter, 4 yıl önce
- 5 üzerinden 5 puanyazan: oui, 4 yıl önceI 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;
}