I want to semi-automate some actions.
I want the JQuery library to be loaded in a certain page, to allow me to easier manipulate/query the DOM, to get some data. The page is not under my control, but I don't want to write a crawler for it....I just want to manually crawl the data, from the console.
Can I somehow make my console download and execute the script here ""https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"?
If not, why not?