Skip to content

Comment on Mozilla anti-cookie tool plans crumblingparent

Comments

Almost every website that loads jQuery from Google breaks down when I refuse to connect to Google's CDN.

Does anyone know how I can load jQuery locally?

You could try copy and pasting jquery into the developer console for a one-time trick. If a dependency needs jquery to load, try setting a break point before that script and paste jquery into your console.

Perhaps you could put it on your own server, then redirect all calls to Google's CDN to your own server? This way it works automatically for you. You could also add files and CDN's to your setup as necessary.

Put it on your server as a regular file. Update your script references to point to the file.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.