Feature/#20 horizontal separator for lists #29

Merged
Serraniel merged 3 commits from feature/#20-horizontal-separator-for-lists into develop 2020-08-05 11:30:56 +02:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 526098fc0e - Show all commits

4
enhancements/lists.js Normal file
View file

@ -0,0 +1,4 @@
registerScript(node => {
// run the scripts
}, ".*");

View file

@ -22,7 +22,8 @@
],
"js": [
"enhancements/quickSearch.js",
"enhancements/animeRequests.js"
"enhancements/animeRequests.js",
"enhancements/lists.js"
],
"run_at": "document_end"
}