←back to thread

305 points todsacerdoti | 1 comments | | HN request time: 0s | source
Show context
saagarjha ◴[] No.44071120[source]
I am very curious what you did to embed the profiler results into your blog post. Literally copy the HTML nodes?
replies(1): >>44083081 #
1. ohr ◴[] No.44083081[source]
Used the Save Page WE Chrome extension to capture the html (after cleaning up with inspect element + delete), and added a bit of custom JavaScript to scroll everything to the right place. Needed the extension for the styling to be captured correctly.