#chrome
#browser
#developer
#editing
Edit any website like powerpoint slides.
» Inspect the webpage using F12
» Go to Console Tab
» Paste this (
» Now click on any text and edit as you like on the webpage
@IntenseTips
#browser
#developer
#editing
Edit any website like powerpoint slides.
» Inspect the webpage using F12
» Go to Console Tab
» Paste this (
document.designMode = 'On'
) and press enter» Now click on any text and edit as you like on the webpage
@IntenseTips