Greasy Fork is available in English.

[Sneedex Mark] AB Highlights 2 Stylesheet

Requires AB Highlights 2 script and base styling.

@-moz-document domain("animebytes.tv") {
/* ==UserStyle==
@name [Sneedex Mark] AB Highlights 2 Stylesheet
@author TalkingJello
@namespace TalkingJello@animebytes.tv
@description Requires AB Highlights 2 script and base styling.
@version 0.1.1
@license MIT
==/UserStyle== */
}

@-moz-document domain("animebytes.tv") {
.torrent-page > [data-sneedex] > img {
	display:none;
}
.torrent-page > [data-sneedex]::after {
    content: "SNDX!";
}
.torrent-page > [data-sneedex] {
    background-color: #bffbab;
    border-color: #bffbab;
    color: black;
}
}