Block Site 的評論
Block Site 作者: Ray
516 筆評論
- 評價 1 分,滿分 5 分來自 leopard501,3 年前Literally never did what I wanted it to do. I scheduled YouTube to be unblocked 6am to 10pm, and it just blocked all the time! The settings interface was terrible too, it took me forever to figure out how to schedule unblocking at all.
- 評價 1 分,滿分 5 分來自 carbolymer,3 年前
- 評價 2 分,滿分 5 分來自 Firefox 使用者 17050060,3 年前
- 評價 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.
- 評價 3 分,滿分 5 分來自 Firefox 使用者 12178425,3 年前When it works it's good BUT it occasionally simply resets itself, so any blocked sites are invisibly unblocked.
- 評價 4 分,滿分 5 分來自 aoskovoroda,3 年前
- 評價 4 分,滿分 5 分來自 Firefox 使用者 16808432,3 年前It's really good. But it's not as intuitive as it could be.
- 評價 1 分,滿分 5 分來自 Firefox 使用者 17548622,3 年前
- 評價 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;
}