WhatsApp Web:突出消息中的链接
用细微背景色和虚线下划线突出 URL,方便发现。
可复制的代码
/* Highlight URLs inside message bubbles for easier scanning */
#main [data-testid="msg-container"] a[href^="http"],
#main div[role="row"] a[href^="http"] {
background: rgba(0,168,132,0.12) !important;
border-bottom: 1px dashed rgba(0,168,132,0.6) !important;
text-decoration: none !important;
padding: 0 2px !important;
border-radius: 3px !important;
}
如何使用此示例
- 用上方按钮复制代码。
- 安装 JustZix(2 分钟),在目标页面打开扩展。
- 添加一条匹配该页面的新规则。
- 将代码粘贴到规则的 CSS 面板并保存 — 效果立即生效。
为此示例评分
暂无评分 — 成为第一个。