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

Added AMD loader initialization as separate entry, autoload everything

This commit is contained in:
2025-04-06 15:13:31 +04:00
parent 7cf2730402
commit 966100d606
3 changed files with 53 additions and 0 deletions

View File

@@ -18,6 +18,14 @@
"*://*.furbooru.org/"
],
"content_scripts": [
{
"matches": [
"*://*.furbooru.org/*"
],
"js": [
"src/content/deps/amd.ts"
]
},
{
"matches": [
"*://*.furbooru.org/",