firefu
Comments
-
Yes, the way I've done it in the past is to load jQuery in the userscript declaration with
// @require https://code.jquery.com/jquery-3.3.1.slim.js
Then hook int…Look into the greasemonkey browser addon - it can inject your own JS into every page, which can access the full DOM. It can also load jQuery or any other resource you desire.I've written 'userscripts' for another game, which work on …