This change refactors universalTranslator.js so the translation endpoint URL is passed into initTranslator instead of being hardcoded inside the function. It’s a small cleanup, but it makes the userscript easier to adapt for different environments or future API endpoint changes without editing internal logic. Practical effect: configuration is a bit cleaner and the translator is easier to maintain.

Abstracted the Google Translate API URL into a script parameter to make the translator initialization more configurable. - zhengqunkoo/Netflix-Google-Translate