Syntax highlighting is useless!
disable useless github highlight by shenlebantongying

Details
Authorshenlebantongying
LicenseNo License
Categoryuserstyle
Created
Updated
Code size1.4 kB
Code checksum5d781010
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name disable github highlight
@version 20220120.12.10
@namespace userstyles.world/user/shenlebantongying
@description Syntax highlighting is useless!
@author shenlebantongying
@license No License
==/UserStyle== */
@-moz-document domain("github.com") {
.pl-c {
color: #000 !important;
}
.pl-c1,
.pl-mdh,
.pl-mm,
.pl-mp,
.pl-mr,
.pl-s1 .pl-v,
.pl-s3,
.pl-sc,
.pl-sv {
color: #000 !important;
}
.pl-ii,
.pl-mi1 {
color: #000 !important;
background-color: #FFF !important;
}
.pl-e,
.pl-en {
color: #000 !important;
}
.pl-s1 .pl-s2,
.pl-smi,
.pl-smp,
.pl-stj,
.pl-vo,
.pl-vpf {
color: #000 !important;
}
.pl-ent {
color: #000 !important;
}
.pl-k,
.pl-s,
.pl-st {
color: #000 !important;
}
.pl-pds,
.pl-s1,
.pl-s1 .pl-pse .pl-s2,
.pl-sr,
.pl-sr .pl-cce,
.pl-sr .pl-sra,
.pl-sr .pl-sre,
.pl-src {
color: #000 !important;
}
.pl-mo,
.pl-v {
color: #000 !important;
}
.pl-id {
color: #000 !important;
}
.pl-ii {
color: #000 !important;
}
.pl-sr .pl-cce {
color: #000 !important;
}
.pl-ml {
color: #000 !important;
}
.pl-mh,
.pl-mh .pl-en,
.pl-ms {
color: #000 !important;
}
.pl-mq {
color: #000 !important;
}
.pl-mi {
color: #000 !important;
}
.pl-mb {
color: #000 !important;
}
.pl-md,
.pl-mdhf {
color: #000 !important;
}
.pl-mdht,
.pl-mi1 {
color: #000 !important;
}
.pl-mdr {
color: #000 !important;
}
}