Skip to content

Instantly share code, notes, and snippets.

@536
Created May 17, 2024 21:01
Show Gist options
  • Save 536/97a9cb4baa545864c110fb5d99521011 to your computer and use it in GitHub Desktop.
Save 536/97a9cb4baa545864c110fb5d99521011 to your computer and use it in GitHub Desktop.
@-moz-document domain("zybang.com"),
domain("xin.baidu.com"),
domain("voidcn.com"),
domain("baijiahao.baidu.com") {
html,
body {
background: #FFF;
}
body,
header,
video,
img,
.codemirror-colorview-background {
filter: invert(1) hue-rotate(180deg) !important;
}
body * {
display: none !important;
}
body::before {
content: "Blocked Website" !important;
color: "red" !important;
font-size: 64px !important;
font-family: "French Script MT" !important;
}
body {
display: flex;
flex-direction: column;
text-align: center !important;
justify-content: center;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment