Last Updated: February 25, 2016
·
284
· uzbekjon

Scriptlet to toggle GitHub Pull Request comments

// When commented code updates in PR it gets hidden
// If your team does a lot of code review the scriptlet is indispensable
javascript:(function() { $(".outdated-diff-comment-container .toggle-closed").click(); }());