←back to thread

305 points todsacerdoti | 2 comments | | HN request time: 0.579s | source
1. 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 #
2. 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.