
隐藏 V2EX 标志和描述,模糊自己的用户名和密码
要是被公司同事发现自己在 v2 上发的东西不太爽
#Logo, #Main .breadcrumb>:first-child, #Main .breadcrumb>:nth-child(2), #Main .header>:nth-child(2), #Main .header>:nth-child(3) { display: none; }
#Rightbar .box>.cell:first-child>table:first-child tbody td:first-child { filter: contrast(0%); }
#Top .tools>*:nth-child(2), #Rightbar .box>.cell:first-child table:first-child tbody tr:first-child { filter: blur(5px); }
1 crab Jul 31, 2022 看到标题直接谷歌搜索下基本都在前面。 |
2 xieqiqiang00 OP @crab 降低风险,而且隐藏了用户名,起码不知道你是谁 |
3 keyword233 Jul 31, 2022 ``` CSS .adsbygoogle { display:none !important; } .sidebar_units { display:none !important; } .wwads-cn { display:none !important; } ``` |
4 aulayli Aug 1, 2022 网络身份不要关联现实身份信息,就不容易被人认出来了 |
5 jinzhe Aug 2, 2022 |
6 brucmao Nov 24, 2025 失效了,能更新下代码吗 |