Block Site에 대한 리뷰
Block Site 제작자: Ray
리뷰 322개
- 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점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점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점Firefox 사용자 17543933 님, 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;
}