Convert to user.css and upload
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,2 @@
|
|||||||
crunchyroll-dark.css
|
|
||||||
|
|
||||||
node_modules/*
|
node_modules/*
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|||||||
132
crunchyroll-dark.user.css
Normal file
132
crunchyroll-dark.user.css
Normal file
File diff suppressed because one or more lines are too long
@@ -1,3 +1,9 @@
|
|||||||
|
/* ==UserStyle==
|
||||||
|
@name Crunchyroll Dark
|
||||||
|
@namespace https://git.scriptfish.org/alex/Crunchyroll-Dark
|
||||||
|
@version 0.0.1
|
||||||
|
==/UserStyle== */
|
||||||
|
|
||||||
@import "nord/src/lesscss/nord.less";
|
@import "nord/src/lesscss/nord.less";
|
||||||
|
|
||||||
@-moz-document domain('www.crunchyroll.com') {
|
@-moz-document domain('www.crunchyroll.com') {
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -f crunchyroll-dark.css",
|
"clean": "rm -f crunchyroll-dark.css",
|
||||||
"build": "./node_modules/less/bin/lessc crunchyroll-dark.less crunchyroll-dark.css"
|
"build": "./node_modules/less/bin/lessc crunchyroll-dark.user.css.less crunchyroll-dark.user.css"
|
||||||
},
|
},
|
||||||
"repository": "git@git.scriptfish.org:alex/Crunchyroll-Dark.git",
|
"repository": "git@git.scriptfish.org:alex/Crunchyroll-Dark.git",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
|
|||||||
Reference in New Issue
Block a user