Published: Aug. 8, 2019, 3:01 p.m.
There is a feature of Chrome DevTools that lets you:
\n
\n- See the code of any given resource the current web page is using (like CSS and JavaScript).
\n- “Pretty Print” it (format it for readability)
\n- Save it to disk
\n- Use that
…