grey out most of the sub stuff make it draw ur eye less, made it for my own use and thought id publish it
hianime.to dub watchers script by hebiohime
Details
Authorhebiohime
LicenseCreative Commons license
Categoryhianime.to
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name hianime.to
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("hianime.to") {
a[href$='/subbed-anime'] { opacity: 0.33;} /*opacity for sub anime button*/
li:has(div.tick-item.tick-dub) { display: flex!important; } /*table side show dub*/
li:has(div.tick-item.tick-sub) { display: none; } /*table side hice all with sub*/
div.film-number { display: none!important; } /*hide side table number lables*/
div.tick-item.tick-sub { display: none; } /*hide all sub eps*/
i.fas.fa-microphone.mr-1 { display: none; } /*hide microphone icon*/
i.fas.fa-closed-captioning.mr-1 { display: none; } /*hide cc icon*/
.tick-item.tick-dub {background: #ffbade; } /*background of eps count*/
.tick-item { font-size: 15px !important; } /*text size of eps count*/
div.flw-item:has(div.tick-item.tick-sub) { opacity: 0.33;} /*opacity of posters that contain sub*/
div.flw-item:has(div.tick-item.tick-dub) { opacity: 1;} /*opacity of posters that contain dub*/
div.film-poster:has(div.tick-item.tick-sub) > .tick.ltr > div.tick-item.tick-sub { display: block; } /*show sub numbers on posters*/
div.film-poster:has(div.tick-item.tick-dub) > .tick.ltr > div.tick-item.tick-sub { display: none!important;; } /*rehide sub numbers on shows with dub eps*/
}