For this userscript I’m writing, I need to use a third-party JavaScript library which has 3 JavaScript files. Since @require doesn’t work on Chrome, how can I add multiple external JavaScript libraries to a userscript? I’m considering all the possibilities before choosing one.
I know you can add jQuery using this method. I have personally used that. Is it possible to add other libraries using this work-around as well?
1 Answer