Handy Snippets

Enable design mode on the document

Just run the following command in the console and you’ll be able to edit the webpage you’re on.

document.designMode = 'on'