1
0
mirror of https://github.com/koloml/philomena-tagging-assistant.git synced 2026-09-22 20:09:39 +00:00

Find and modify duplicate reports, show source url icons in the diff

This commit is contained in:
2026-08-30 05:44:26 +02:00
parent f873cae544
commit d19764699f
8 changed files with 225 additions and 0 deletions

View File

@@ -104,6 +104,17 @@
"css": [
"src/styles/content/tag-presets.scss"
]
},
{
"matches": [
"*://*.furbooru.org/duplicate_reports"
],
"js": [
"src/content/duplicate-reports.ts"
],
"css": [
"src/styles/content/duplicate-reports.scss"
]
}
],
"action": {