How to Edit Any Web Page in Any Browser ?

Apple Safari

  1. Click Safari > Preferences > Advanced and enable Show Develop menu in menu bar.
  2. Click Develop > Show JavaScript Console.
  3. Click the Console tab at the top of the Developer Tools panel.
  4. Type the document.designMode = 'on'; into the console and press Enter.

Google Chrome

  1. Click Menu > More Tools > Developer Tools or press Ctrl + Shift + i.
  2. Click the Console tab at the top of the Developer Tools panel.
  3. Type the document.designMode = 'on'; into the console and press Enter.

Microsoft Edge

  1. Click Menu > More Tools > Developer Tools or press F12.
  2. Click the Console tab at the top of the Developer Tools panel.
  3. Type the document.designMode = 'on'; into the console and press Enter.

Mozilla Firefox

  1. Click Menu > Web Developer > Web Console or press Ctrl + Shift + K.
  2. Click the Console tab at the top of the Developer Tools panel.
  3. Type the document.designMode = 'on'; into the console and press Enter.