-
-
Save weaming/f3aede730ceefa8bc96933135b45f493 to your computer and use it in GitHub Desktop.
BaaN: Baidu as a Network Utility - 百度的实用主义方法论.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document domain("baidu.com") { | |
#u1, | |
#ftCon, | |
#form input, | |
#form span | |
{display: none;} | |
#form::after { | |
font-family: "BlinkMacSystemFont", "Segoe UI", sans-serif; | |
font-weight: 700; | |
font-size: 20px; | |
color: green; | |
content: "Network Status: You have successfully connected to the Internet. "; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment