提供简洁的界面,只为安心看直播。
你的意思是你需要显示粉丝勋章但不需要截图的那几个勋章吗?
那一行代码你不要全部删,你删掉“msg-normal-decorationPrefix,.”或者“msg-bubble-decorationPrefix,.”试试看是不是你想要的效果。
上面那条回复请无视……我TM居然删了3条脚本里的代码没发觉,等到想到不对啊,对比了一下原脚本才知道……
你的意思是你需要显示粉丝勋章但不需要截图的那几个勋章吗?
那一行代码你不要全部删,你删掉“msg-normal-decorationPrefix,.”或者“msg-bubble-decorationPrefix,.”试试看是不是你想要的效果。
是的,ID前除了显示粉丝徽章,其它的不要
你的意思是你需要显示粉丝勋章但不需要截图的那几个勋章吗?
那一行代码你不要全部删,你删掉“msg-normal-decorationPrefix,.”或者“msg-bubble-decorationPrefix,.”试试看是不是你想要的效果。
css += '.msg-normal-decorationPrefix,.support-webp-1{display:none !important;}';//ID前“粉丝”徽章
css += '.msg-bubble-decorationPrefix,.support-webp-1{display:none !important;}';//ID前“粉丝”徽章
两个都不行。
那你两个都删掉只留“css += '.support-webp-1{display:none !important;}';//”这个。我试了一下好像只剩粉丝勋章了。
按理说那一行全部删除也不会出现房管爷勋章的,因为下面有一行是专门屏蔽爷和房管勋章的。
删掉之前提到的这一行:
css += '.msg-normal-decorationPrefix,.msg-bubble-decorationPrefix,.support-webp-1{display:none !important;}';//ID前“粉丝”徽章
然后添加下面的:
css += '.msg-normal-decorationPrefix:first-child > img:first-child{display:none !important;}';//“管”
css += '.msg-normal-decorationPrefix:first-child > img:nth-child(2){display:none !important;}';//“爷”
css += '.msg-nobleSpeak-decorationPrefix:first-child > img:nth-child(3){display:none !important;}';//“守”
css += '.msg-normal-decorationPrefix:first-child > img:nth-child(3){display:none !important;}';//“心”
css += '.msg-bubble-decorationPrefix:nth-child(2) > img{display:none !important;}';//“超”
删掉之前提到的这一行:
css += '.msg-normal-decorationPrefix,.msg-bubble-decorationPrefix,.support-webp-1{display:none !important;}';//ID前“粉丝”徽章
然后添加下面的:
css += '.msg-normal-decorationPrefix:first-child > img:first-child{display:none !important;}';//“管”
css += '.msg-normal-decorationPrefix:first-child > img:nth-child(2){display:none !important;}';//“爷”
css += '.msg-nobleSpeak-decorationPrefix:first-child > img:nth-child(3){display:none !important;}';//“守”
css += '.msg-normal-decorationPrefix:first-child > img:nth-child(3){display:none !important;}';//“心”
css += '.msg-bubble-decorationPrefix:nth-child(2) > img{display:none !important;}';//“超”
牛b!好了!谢谢!
你好,我删了“css += '.msg-normal-decorationPrefix,.msg-bubble-decorationPrefix,.support-webp-1{display:none !important;}';//ID前“粉丝”徽章”后,前面除了徽章外,还出现了如图,能麻烦干掉它吗?