Weekly Tech Changes — Issue #1

jQuery Is Still Spreading: 38 New Adoptions This Week

May 26, 2026 · First weekly issue · Window: 2026-05-20 to 2026-05-26

Is jQuery still being adopted in 2026?

Yes. In our scan window for the week of 2026-05-20 to 2026-05-26, 38 sites newly adopted jQuery while 30 removed it — a net +8. The common Twitter take that "jQuery is dead" is contradicted by what's actually happening on the open web: WordPress sites still pull it in by default, government domains keep it on legacy templates, and many SaaS apps lean on its DOM-manipulation idioms long after they've added React or Vue elsewhere.

What does it mean when a site adopts HSTS?

HSTS (HTTP Strict Transport Security) is a security header that tells browsers to never connect to a site over plain HTTP again — even if a user types http:// in the address bar. 27 sites adopted HSTS this week with zero removals, the cleanest one-directional signal in this issue. Either browsers' Quality-of-Protection pressure is paying off, or a cohort of WordPress hosting providers flipped the default on.

Why did HTTP/3 have both 27 adoptions and 20 removals?

HTTP/3 detection is sensitive to CDN edge routing. When Cloudflare or another CDN toggles HTTP/3 on a customer's domain — or migrates that domain between edge POPs — the detection flips on the next scan. 27 sites newly served HTTP/3 this week and 20 stopped, giving a net of +7. The volatility reflects CDN behavior, not application choices.

How does DetectZeStack detect these tech changes?

DetectZeStack runs a continuous scanner against a tracked corpus of websites. Each scan generates a tech-stack snapshot. The system compares the new snapshot to the previous one and emits structured tech-change records — added, removed, or version_changed. Detection uses 4 layers: Wappalyzer fingerprints, DNS CNAME analysis, TLS certificate issuer inspection, and custom HTTP-header pattern matching. The live data feeds /weekly/tech-changes (dashboard), /weekly/feed.xml (RSS), and these editorial issues.

This week at a glance

911
Tech additions
663
Tech removals
737
Version upgrades
+248
Net additions

Top 10 technologies adopted

TechnologyCategorySites adopting
jQueryJavaScript libraries38
PHPProgramming languages36
Google Tag ManagerTag managers31
WordPressCMS29
MySQLDatabases29
jQuery MigrateJavaScript libraries27
HTTP/3Misc.27
HSTSSecurity27
Google AnalyticsAnalytics26
BootstrapUI frameworks18

Top 10 technologies dropped

TechnologyCategorySites dropping
jQueryJavaScript libraries30
PHPProgramming languages25
Google AnalyticsAnalytics24
WordPressCMS23
MySQLDatabases23
NginxWeb servers22
jQuery MigrateJavaScript libraries20
HTTP/3Misc.20
C3.jsJavaScript libraries20
Let's EncryptSSL/TLS CA19

Notable individual migrations this week

A few changes stood out at the per-domain level:

Each detected change corresponds to a programmatic page on DetectZeStack. Click any technology in the tables above to see every site that adopted or dropped it. Browse the live dashboard for the full feed (updates daily).

Caveats on the data

This is a first-party scan corpus, not a complete census of the web. We track a defined set of sites; the counts here represent change activity within that corpus, not global adoption rates. The signal direction is reliable (a tech going from "not detected" to "detected" on 38 distinct sites is a real signal). The absolute magnitude is corpus-bounded. Expect issue-to-issue volatility — single weeks can be noisy; trends become clear over months.

Detection methodology and false-positive rates are documented in the how-detection-works post (coming soon) and the OpenAPI spec.

What's next

Issue #2 ships 2026-06-05 with a fresh week of data. The format will be the same: one surprising headline finding, full top-10 tables, a few named domain-level migrations, and caveats. If you want the raw data, the RSS feed emits every detected change as it lands. If you want to detect tech changes on your own domain or competitors', the REST API lets you query the same data programmatically.