How to keep 'Inspect Element' when opening a new tab How to keep 'Inspect Element' when opening a new tab google-chrome google-chrome

How to keep 'Inspect Element' when opening a new tab


You can't open a tab automatically inspect. My solution is to use new tab inspect in chrome bookmarks. copy and paste this: javascript:document.body.contentEditable = 'true'; document.designMode='on'; void 0 into the url bookmark bar. After clicking edit. Click save then you should edit the page.

I hoped that helped.