Skip to content

v2ex highlight links by bowencool

Mirrored from https://github.com/bowencool/Tampermonkey-Scripts/raw/main/v2ex-highlight-links.user.css

Screenshot of v2ex highlight links

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;
  }
}

Reviews

No reviews yet.