1
0
mirror of https://github.com/koloml/philomena-tagging-assistant.git synced 2026-05-09 15:12:21 +00:00

Merge pull request #149 from koloml/feature/tantabus-support

Added Tantabus version of extension
This commit is contained in:
2026-02-23 19:03:19 +04:00
committed by GitHub
8 changed files with 73 additions and 18 deletions

View File

@@ -11,6 +11,10 @@
if (__CURRENT_SITE__ === 'derpibooru') {
currentSiteUrl = 'https://derpibooru.org';
}
if (__CURRENT_SITE__ === 'tantabus') {
currentSiteUrl = 'https://tantabus.ai';
}
</script>
<Menu>