// from https://releases.jquery.com/ ?? do we really need the https: part ???
be SURE to start out with the “about:blank” page — 2022-11-21
[ ‘https://code.jquery.com/jquery-3.6.0.js’
].forEach( (src) => {
let script = document.createElement(‘script’); script.src = src; script.async = false;
document.head.appendChild(script);
});