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 ユーザー 17586560 によるレビュー (4年前)I went out to do errands, came back to it, now it works
- 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;
}