reduce-page
v0.3.0
Published
Reduce a webpage to find the smallest test case
Downloads
1
Readme
reduce-page
Semi-automatically reduce a saved HTML file to find the minimum required to reproduce some result.
This project was inspired by Andreas Kling's Browser Hacking series, though it can be used by others as well.
:warning: WARNING :warning:
This project is still in development. Things might be unstable.
Usage
You can either run the package through npx
:
npx reduce-page <path/to/page.html>
Or you can install it globally:
npm i -g reduce-page
reduce-page <path/to/page.html>