Created
May 14, 2016 15:03
-
-
Save tianyuf/783ddb0727d366a11d1fa46ab53bfb85 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") { | |
body { | |
display: none; | |
} | |
html { | |
margin: 30px; | |
} | |
html::after { | |
font-family: "BlinkMacSystemFont", "Segoe UI", sans-serif; | |
content: "Network Status: You have successfully connected to the Internet. "; | |
} | |
} |
补刀一个Chrome插件
https://gist.github.com/luckscx/31b37aea1d552c3a56d7784ce289fd2f
食用方法:下载Zip包解压 - Chrome - 扩展程序 - 勾选开发者模式 - 加载已解压的扩展程序
好黑,哈哈哈 ,然而我们平常就是用baidu来测试是不是能上网!
干得好!!!!!!!十万个顶!!
建议增大字号
干掉滚动条,夏日更清爽 (▰˘◡˘▰)
body {
display: none;
}
html {
padding: 30px;
box-sizing: border-box;
overflow: hidden;
}
html:AFTER {
font-family: "Incosolata", monospace;
content: "Network Status: You have successfully connected to the Internet. ";
}
Great! I can use this test my tamer monkey, too!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
能不能发布一个chrome扩展?