在帖子和回复中高亮链接。
v2ex highlight links by bowencool
Mirrored from https://github.com/bowencool/Tampermonkey-Scripts/raw/main/v2ex-highlight-links.user.css
Details
Authorbowencool
LicenseNo License
Categoryv2ex.com
Created
Updated
Size535 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name v2ex highlight links
@version 2.0.0
@namespace v2ex.com
@description 在帖子和回复中高亮链接。
@author bowencool
@license MIT
@supportURL https://github.com/bowencool/Tampermonkey-Scripts/issues
==/UserStyle== */
@-moz-document domain("v2ex.com") {
/* .main-wrapper .my-box.post-wrapper .html-wrapper :is(.cell, .subtle), */
:is(.topic_content, .reply_content) a:not(a[href^="/member"]) {
--link-color: #3391ff;
--darkreader-text--link-color: #3391ff;
}
}