右上角大大的头像和用户名能弄小点或者隐藏吗?不想让别人轻易看到啊。

2018-03-28 15:53:44 +08:00
 WinMain

RT 在公司的时候经常会刷刷小 V,但是同事在身后走来走去的,不想被轻易的看到头像和用户名啊,现有情况是很容易吧?有概率能解决吗

2558 次点击
所在节点    问与答
15 条回复
AlwaysBehave
2018-03-28 15:56:08 +08:00
自己写一个油猴脚本或者做一个客户端
charadeyouare
2018-03-28 15:59:54 +08:00
随便一个 ad block 插件...
sennes
2018-03-28 16:32:03 +08:00
设置支持自定义 CSS
感觉可以利用一下。
SingeeKing
2018-03-28 16:36:55 +08:00
.avatar {
display: none;
}

https://www.v2ex.com/settings
SingeeKing
2018-03-28 16:38:09 +08:00
#Rightbar .avatar {
display: none;
}

这样吧,修正误伤
vve2ex
2018-03-28 16:54:58 +08:00
@SingeeKing 厉害,第一次发现 V 站还有这功能
sennes
2018-03-28 16:57:04 +08:00
#Rightbar div:nth-child(2) div:first-child table:first-child{
display:none;
}

rabbbit
2018-03-28 16:58:10 +08:00
帮你伪装成别人
#Rightbar div:nth-of-type(1) table:nth-of-type(1) .bigger a{
color:#fff;
}

#Rightbar div:nth-of-type(1) table:nth-of-type(1) .bigger a:before{
content: "lalala";
color: #000;
}
#Rightbar div:nth-of-type(1) table:nth-of-type(1) td:nth-of-type(1) {
position: relative;
}

#Rightbar div:nth-of-type(1) table:nth-of-type(1) td:nth-of-type(1):after{
position: absolute;
top: 0;
left: 0;
content: "";
display:block;
width:48px;
height:48px;
background: #fff url( https://cdn.v2ex.com/avatar/c8a2/3f84/173108_normal.png?m=1499501276)
}
sennes
2018-03-28 17:00:01 +08:00
哈哈 我好蠢 写的比较复杂 。好像 @SingeeKing #5 的就够用了。
SingeeKing
2018-03-28 17:00:20 +08:00
@rabbbit #8 😂为什么是我的头像
SingeeKing
2018-03-28 17:02:38 +08:00
@sennes #9 我没注意审题。。。没看到还要隐藏用户名

#Rightbar .avatar,.bigger {
display: none;
}
rabbbit
2018-03-28 17:03:42 +08:00
@SingeeKing 看到个帅哥就随手复制了(>▽<)
SingeeKing
2018-03-28 17:05:20 +08:00
#Rightbar > div:nth-child(2) > div:nth-child(1) > table:nth-child(1) {display: none;}

好了写了个理论无误伤的
SingeeKing
2018-03-28 17:07:10 +08:00
#Top > div > div > table > tbody > tr > td:nth-child(3) > a:nth-child(2) {display: none;}

要隐藏最上边的用户名可以再加上这个
oliverhuang
2018-03-28 17:20:00 +08:00

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/442166

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX