I am writing a script which logs into my college network when the login page is loaded.
The code looks as follows
// ==UserScript== // @name My Fa
You need to have a @require in the user script header to load jQuery. Something like:
@require
// @require http://code.jquery.com/jquery-3.4.1.min.js
(Selecting your desired version from the of list of available versions of jQuery)