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. "; | |
} | |
} |
Author
tianyuf
commented
May 14, 2016
Any chance to make a Tampermonkey user script? :-D
@-moz-document 只适用于Gecko吧……然而Webkit才是主流……
太坏了,233
Good one.
干的好
👍 👍 👍 👍 👍 👍
支持下Safari啊
好呀
The easiest way to use user styles is to use Stylish for Firefox, Stylish for Chrome, Stylish for Safari, or Stylish for Opera. It's all free, by the way.
干的漂亮!
UserStyles.org: https://userstyles.org/styles/127911/baidu-as-a-network-utility
👍
这么黑,好像有什么不对,呵呵
能不能发布一个chrome扩展?
补刀一个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