From aeb61e4ddd4fd68b8418bfa7b738861ace75aaa3 Mon Sep 17 00:00:00 2001 From: Jason Morris Date: Sun, 18 Jan 2026 14:20:43 -0500 Subject: [PATCH] Add freeze DOM bookmarklet --- bookmarklets/freeze-dom.html | 2 ++ bookmarklets/freeze-dom.js | 14 ++++++++++++++ data/auditing.html | 1 + data/bookmarks.html | 1 + 4 files changed, 18 insertions(+) create mode 100644 bookmarklets/freeze-dom.html create mode 100644 bookmarklets/freeze-dom.js diff --git a/bookmarklets/freeze-dom.html b/bookmarklets/freeze-dom.html new file mode 100644 index 0000000..831b7a9 --- /dev/null +++ b/bookmarklets/freeze-dom.html @@ -0,0 +1,2 @@ + +

Freezes DOM in 5 seconds for capture.

diff --git a/bookmarklets/freeze-dom.js b/bookmarklets/freeze-dom.js new file mode 100644 index 0000000..5c977c3 --- /dev/null +++ b/bookmarklets/freeze-dom.js @@ -0,0 +1,14 @@ +/** + * @bookmarklet Freeze DOM in 5 seconds + * @description Freezes DOM in 5 seconds for capture + * @author Jason Morris + * @authorUrl https://jasonmorris.com + * @tags accessibility + * @auditing true + * @pageTest true + */ +(function () { + setTimeout(function () { + debugger; + }, 5000); +})(); diff --git a/data/auditing.html b/data/auditing.html index d64c734..170abe7 100644 --- a/data/auditing.html +++ b/data/auditing.html @@ -14,6 +14,7 @@

Bookmarks Menu

Focus everything
Follow focus (in console)
Force focus indicator +
Freeze DOM in 5 seconds
Document outline in console
Headings
Horizontal scroll diff --git a/data/bookmarks.html b/data/bookmarks.html index b7b10a4..2a44291 100644 --- a/data/bookmarks.html +++ b/data/bookmarks.html @@ -25,6 +25,7 @@

Bookmarks Menu

Focus everything
Follow focus (in console)
Force focus indicator +
Freeze DOM in 5 seconds
Grayscale
Grouped fields
Document outline in console