You can make any website temporarily editable using the following JavaScript snippet. Just copy it, paste it into your browser's address bar, and hit enter:
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0;
💡 Tip: You must include javascript:
at the beginning and run it directly in the browser's address bar. This does not make permanent changes—only temporary, local edits.