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;
}