Change settings without my updates undoing them.
Don't update this after installing (even if it says to.)
Authorpajamapop
LicenseNo License
Categorymyanimelist
Created
Updated
Code size994 B
Code checksumffa5eaa3
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Change settings without my updates undoing them.
Don't update this after installing (even if it says to.)
DETAILS: https://myanimelist.net/forum/?topicid=584935 (for help)
/* ==UserStyle==
@name crayon add-on (custom)
@namespace https://myanimelist.net/
@version 1.0.0
@author https://myanimelist.net/profile/sunnysummerday
==/UserStyle== */
@-moz-document regexp("https://myanimelist.net/(?!animelist|mangalist|store|membership).*") {
/* Custom */
/* Change background */
body {background-image: url(https://static.colourlovers.com/images/patterns/3518/3518772.png) !important;}
}
@-moz-document url-prefix("https://myanimelist.net/info.php?"), url-prefix("https://myanimelist.net/panel.php?go=add"), url-prefix("https://myanimelist.net/panel.php?go=editmanga"), url-prefix("https://myanimelist.net/panel.php?keepThis=true"), url-prefix("https://myanimelist.net/ajaxtb.php"), url-prefix("https://myanimelist.net/rss.php"), url-prefix("https://myanimelist.net/ownlist/style/theme"), regexp("https://myanimelist.net/ownlist/.*hideLayout.*") {
/* BG fix */
body {background: rgba(var(--colorBackground)) !important;}
}