I'd recently noticed that tag completion stopped working, and checked my uMatrix settings for this domain to see that scripts from JQuery.com were now attempting to be loaded.
Making site functionality depend on 3rd party ECMAScripts is quite bothersome and undesirable. Even assuming that no JQuery script sends any data back on what tags are being search, or other information (for now), just issuing GET requests for the ECMAScript itself is an obvious privacy concern: it is not any of JQuery.com's business what the IP addresses of Danbooru users are, or even that Danbooru uses its library at all. And then the code itself is outside of Danbooru's control, subject to change at any time. Both of these concerns are even worse when talking about an extremely popular 3rd party source like JQuery, but in terms of tracking threat and attractiveness as a target for malicious injection.
Couldn't the relevant code just be served from Danbooru? Isn't that how it used to work anyway?