Skip to content

Instantly share code, notes, and snippets.

View efung's full-sized avatar

Eric Fung efung

View GitHub Profile
@efung
efung / Expand All GitHub Comments.js
Last active January 3, 2020 17:59
Bookmarklet to expand all GitHub comments (works as of 2020-01-03)
javascript:(function() { document.querySelectorAll(".js-comment-container").forEach(function (node) { node.setAttribute("open", true) }); })();
Code snippets to accompany my talk given at DevFest DC on 2016-09-24
Slides: https://speakerdeck.com/efung/