check this out:
just copy this javascript in your browser andd you will be able to edit any webpage-->
- javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0
now you are able to edit the page on client side.
check this out:
just copy this javascript in your browser andd you will be able to edit any webpage-->
now you are able to edit the page on client side.