Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.
// <syntaxhighlight lang="javascript"> // HistoryCount addOnloadHook(function (){ var N = 250; // <<== CHANGE TO YOUR LIKING var x = document.getElementById('ca-history'); if(!x) return; x.getElementsByTagName('a')[0].href += "&limit=" + N; }); // </syntaxhighlight>[[Category:Wikipedia scripts]]