Move vc customization script to static

This commit is contained in:
Knoch 2025-04-13 17:16:34 +02:00
parent 82f2d7a48f
commit 3930feb1c3

View File

@ -22,7 +22,7 @@ const languageChooserOptions = [];
const LANGUAGES = ['german', 'english'];
const LANGUAGE_NAMES = {'german': 'Deutsch', 'english': 'English'};
const LANGUAGE_PREFIXES = {'img[alt="German"]': 'german', 'img[alt="English"]': 'english'};
const URL = 'https://wiai.stuve-bamberg.de/vc-customization/';
const URL = 'https://static.wiai.de/vc-customization/';
const MULTI_LANGUAGE_CANDIDATE_QUERY = 'h1, h2, h3, h4, h5, span.instancename';
const STORAGE_LANGUAGE_PREFERENCE_KEY = 'wiai-language-preference';