Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to undo pretty print on chrome devtools

After clicking on pretty print, the button disappears and I can't undo it, not even after refreshing the page. I need to undo because i'd like to edit the code and that doesn't work when pretty print is active. How do i do that?

like image 400
Danilo Souza Morães Avatar asked Jun 23 '16 18:06

Danilo Souza Morães


People also ask

How do I change the DevTools font in Chrome?

Go to Experiments Tab through Chrome DevTools. Check Enable New Font Editor Tools within Styles Pane. Close the DevTools window and open it again. Select the HTML element, which includes the font properties you want to change.


1 Answers

Chrome will create new file with name "file_name:formatted" and open new tab. You only need close this file :D. Have fun!

like image 95
Cuong Ta Avatar answered Oct 23 '22 01:10

Cuong Ta