Block Site 的评价
Block Site 作者: Ray
301 条评价
- 评分 5 / 5来自 Firefox 用户 17885816, 2 年前Awesome.
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. - 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, 2 年前
- 评分 5 / 5来自 Firefox 用户 17787098, 2 年前
- 评分 5 / 5来自 Firefox 用户 17764473, 2 年前
- 评分 5 / 5来自 Firefox 用户 14762698, 2 年前
- 评分 5 / 5来自 Firefox 用户 13463137, 2 年前
- 评分 5 / 5来自 Firefox 用户 14590404, 3 年前
- 评分 5 / 5来自 Firefox 用户 16394173, 3 年前Best blocker extension for me. A big improvememt would be to sync the settings across different browsers.
- 评分 5 / 5来自 Firefox 用户 17543933, 3 年前
- 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;
}