Woo Recorder version history - 7 versions
Woo Recorder by Lev Nar
Woo Recorder version history - 7 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 0.32.4
Released Sep 2, 2026 - 476.93 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under All Rights Reserved
Older versions
Version 0.32.2
Released Sep 2, 2026 - 469.5 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under All Rights Reserved
Version 0.26.0
Released Sep 2, 2026 - 402.39 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under All Rights Reserved
Version 0.25.1
Released Sep 2, 2026 - 398.33 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under All Rights Reserved
Version 0.25.0
Released Sep 1, 2026 - 394.09 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under All Rights Reserved
Version 0.20.0
Released Aug 30, 2026 - 306.95 KBWorks with firefox 140.0 and later, android 142.0 and laterReading a response body.- Find in body. Ctrl+F inside the panel searches the body on screen: match
count, Enter / Shift+Enter and arrow buttons to step, Escape to close. The
browser's own find is unreliable in a DevTools panel, so the search runs over
the string and highlights by rebuilding the block out of text nodes and
<mark>. Capped at 2,000 highlights so a large body cannot lock the panel up. - Render switch for HTML bodies, with Show raw to come back. The
rendered view is the only place the panel puts recorded markup into the DOM,
so it is walled off twice:sandbox=""grants nothing back — no scripts, no
forms, no same-origin, no navigation — and adefault-src 'none'CSP inside
the document stops anything being fetched.srcdocrather than a blob URL, so
the frame has an opaque origin and no address. Verified against a body
carrying a script, a tracking pixel and a remote stylesheet: the script did
not run and no request left the panel. - Fixed — Escape inside a text field also deselected the request and emptied
the detail pane. Closing the find bar would have wiped the view underneath it;
the same applied to Escape in the toolbar filter. Pre-existing.
Source code released under All Rights Reserved
- Find in body. Ctrl+F inside the panel searches the body on screen: match
Version 0.19.1
Released Aug 27, 2026 - 301.69 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under All Rights Reserved