mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2026-03-24 23:02:58 +00:00
Added presets and tag editor handling to the image upload page
This commit is contained in:
@@ -50,11 +50,16 @@
|
||||
"matches": [
|
||||
"*://*.furbooru.org/images/*"
|
||||
],
|
||||
"exclude_matches": [
|
||||
"*://*.furbooru.org/images/new",
|
||||
"*://*.furbooru.org/images/new?*"
|
||||
],
|
||||
"js": [
|
||||
"src/content/tags-editor.ts"
|
||||
],
|
||||
"css": [
|
||||
"src/styles/content/tags-editor.scss"
|
||||
"src/styles/content/tags-editor.scss",
|
||||
"src/styles/content/tag-presets.scss"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -87,6 +92,17 @@
|
||||
"css": [
|
||||
"src/styles/content/posts.scss"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matches": [
|
||||
"*://*.furbooru.org/images/new"
|
||||
],
|
||||
"js": [
|
||||
"src/content/upload.ts"
|
||||
],
|
||||
"css": [
|
||||
"src/styles/content/tag-presets.scss"
|
||||
]
|
||||
}
|
||||
],
|
||||
"action": {
|
||||
|
||||
Reference in New Issue
Block a user