Block Site のレビュー
Block Site 作成者: Ray
合計レビュー数: 516
- 5 段階中 1 の評価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.
 - 5 段階中 1 の評価carbolymer によるレビュー (3年前)
 - 5 段階中 2 の評価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.
 - 5 段階中 3 の評価Firefox ユーザー 12178425 によるレビュー (3年前)When it works it's good BUT it occasionally simply resets itself, so any blocked sites are invisibly unblocked.
 - 5 段階中 5 の評価Firefox ユーザー 17586560 によるレビュー (3年前)I went out to do errands, came back to it, now it works
 - 5 段階中 4 の評価aoskovoroda によるレビュー (3年前)
 - 5 段階中 4 の評価Firefox ユーザー 16808432 によるレビュー (3年前)It's really good. But it's not as intuitive as it could be.
 - 5 段階中 1 の評価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;
}