Last active
August 27, 2018 16:58
-
-
Save FlandreDaisuki/c8835fe6cf21e4dbc459238685d2a258 to your computer and use it in GitHub Desktop.
安裝 Stylus(https://github.com/openstyles/stylus/#releases) 然後點 Raw 安裝,安裝好後到 pixiv 可點 Stylus 齒輪設定顏色。 Raw在這---↓
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name Patchouli 自訂樣式 | |
@namespace https://github.com/FlandreDaisuki | |
@version 4.2.0-alpha | |
@description Patchouli 自訂樣式 | |
@author FlandreDaisuki | |
@var color illust-title-visited-color "拜訪過的連結顏色" #FF0000 | |
==/UserStyle== */ | |
@-moz-document domain("pixiv.net") { | |
#patchouli-npp-view-image-item-list .illust-item-root a.illust-title:visited { | |
color: var(--illust-title-visited-color); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment