chore: migrate domains from shik3i.net to koalastuff.net

This commit is contained in:
MacBook
2026-05-16 13:08:53 +02:00
parent d9b26f9fb4
commit 01ce3ec99e
14 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/**
* KoalaSync Bridge Script
* Injected into koalasync.shik3i.net to facilitate communication between
* Injected into sync.koalastuff.net to facilitate communication between
* the landing page and the extension.
*/
+1 -1
View File
@@ -24,7 +24,7 @@
},
"content_scripts": [
{
"matches": ["https://koalasync.shik3i.net/*"],
"matches": ["https://sync.koalastuff.net/*"],
"js": ["bridge.js"],
"run_at": "document_start"
}
+1 -1
View File
@@ -124,7 +124,7 @@ function updateUI(roomId, password, useCustomServer = false, serverUrl = '') {
if (elements.activeRoomId) elements.activeRoomId.textContent = roomId;
if (elements.activeServer) {
elements.activeServer.textContent = useCustomServer ? (serverUrl || 'Custom Server') : 'Official Server';
elements.activeServer.title = useCustomServer ? (serverUrl || '') : 'sync.shik3i.net';
elements.activeServer.title = useCustomServer ? (serverUrl || '') : 'syncserver.koalastuff.net';
}
} else {
updatePeerList([]);