1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-23 23:02:58 +00:00

Copying tag colors into the tag editor using other tags on the page

This commit is contained in:
2024-10-12 19:15:04 +04:00
parent f95eaacaaa
commit 03512a6539
3 changed files with 85 additions and 0 deletions

View File

@@ -57,6 +57,14 @@
"js": [
"src/content/tags.js"
]
},
{
"matches": [
"*://*.furbooru.org/images/*"
],
"js": [
"src/content/tags-editor.js"
]
}
],
"action": {