PageEdit is a small browser add-on/extension that makes it possible to easily edit a web-page locally using the browsers built-in design mode.
- Download the
PageEdit.zip
zip file of the latest release - Install the add-on locally in your browser
- Go to the URL
about:addons
or Press Ctrl + Shift + A - Click on the cogwheel in the top right corner
- Click
Install Add-On From File...
- Choose the zip file you downloaded in step 1
- There currently is unfortunately no Chrome version available
You will have to have git and pnpm installed.
# clone the repository
git clone https://github.com/jasger9000/PageEdit
cd PageEdit
# build the project
pnpm run build
There should now be a zip file named PageEdit.zip
located in dist/
which can be installed as described above.
- Press Right-Mouse-Button on any website
- Press
Enable page edit
- Edit the page to your likig
To finish your editig:
- Press Right-Mouse-Button again
- Press
Disable page-edit
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.