How to see generated source on firefox quantum?

Viewed 2294

I ask here because it's full of developers and so maybe someone has figured it out. Since Quantum, the developer tools extension (plugin) does not have the 'view generated source' tool. The firefox dev tools never had one, as far as I know. So what chance do we have now to see a full page generate source? Anyone knows?

2 Answers

Just found a work around for Firefox thanks to Ben Pleysier at the Adobe forums.

Select all (Ctrl / Cmd A) and right click to "View Selection Source".

If you select part of a web page and conext-click, you'll see a context menu item labeled "View Selection Source", that behaves just like "View Page Source", except you only see the source for the selection.

Related