Here's an simple javascript snippet you can use to edit any website: insert any text anywhere you want, move images around or just f*ck the layout up.
Note that these changes do not actually get saved, so if you refresh the page, things get back to normal.
Copy the following and paste it on your URL bar (replacing the URL there), then hit the Enter key, and have fun.
Note that these changes do not actually get saved, so if you refresh the page, things get back to normal.
Copy the following and paste it on your URL bar (replacing the URL there), then hit the Enter key, and have fun.
Code:
javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0