From 88c81397d7bcc4d9d0bc38ab5a635cc31c79544f Mon Sep 17 00:00:00 2001 From: MoonsvnLyn <287222957+FirmaSpring@users.noreply.github.com> Date: Mon, 17 Aug 2026 16:54:58 +0800 Subject: [PATCH 1/2] docs: replace dead wzrd.in standalone build with jsDelivr wzrd.in/standalone/debug@latest now 404s. Point the browser build at jsDelivr and the browserify repo at its current home. Co-authored-by: FirmamentalSpring <287222957+FirmaSpring@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 654d105a..d6543990 100644 --- a/README.md +++ b/README.md @@ -214,8 +214,8 @@ debug('this is hex: %h', new Buffer('hello world')) ## Browser Support -You can build a browser-ready script using [browserify](https://github.com/substack/node-browserify), -or just use the [browserify-as-a-service](https://wzrd.in/) [build](https://wzrd.in/standalone/debug@latest), +You can build a browser-ready script using [browserify](https://github.com/browserify/browserify), +or just use the [jsDelivr](https://www.jsdelivr.com/package/npm/debug) [build](https://cdn.jsdelivr.net/npm/debug@latest/src/browser.js), if you don't want to build it yourself. Debug's enable state is currently persisted by `localStorage`. From f9a44cb463a0192587eb187444633b8d112edafe Mon Sep 17 00:00:00 2001 From: MoonsvnLyn <287222957+FirmaSpring@users.noreply.github.com> Date: Mon, 17 Aug 2026 16:58:53 +0800 Subject: [PATCH 2/2] docs: drop dead wzrd.in standalone browser build link wzrd.in/standalone/debug@latest now returns 404 on GET, so the README no longer promised a working hosted browserify build. Keep the local browserify instructions and point the browserify repo at its current org URL. Co-authored-by: FirmamentalSpring <287222957+FirmaSpring@users.noreply.github.com> --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d6543990..7e76ec6c 100644 --- a/README.md +++ b/README.md @@ -214,9 +214,7 @@ debug('this is hex: %h', new Buffer('hello world')) ## Browser Support -You can build a browser-ready script using [browserify](https://github.com/browserify/browserify), -or just use the [jsDelivr](https://www.jsdelivr.com/package/npm/debug) [build](https://cdn.jsdelivr.net/npm/debug@latest/src/browser.js), -if you don't want to build it yourself. +You can build a browser-ready script using [browserify](https://github.com/browserify/browserify). Debug's enable state is currently persisted by `localStorage`. Consider the situation shown below where you have `worker:a` and `worker:b`,