Skip to content

Instantly share code, notes, and snippets.

View nashiki's full-sized avatar

nashiki shigeyuki nashiki

View GitHub Profile
@nashiki
nashiki / github_pulls_all_open_bookmarklet.js
Last active March 26, 2017 02:58
This bookmarklet is all open GitHub pull requests. So, `Show outdated` in Conversation tab and `Load diff` in Files changed tab.
javascript:(function() {var i,l;l = document.getElementsByClassName("outdated-comment"); for (i = 0; i < l.length; i++) { l[i].classList.add("open");};l = document.getElementsByClassName("load-diff-button"); for (i = 0; i < l.length; i++) { l[i].click();};}());
javascript:$('.commit-tease, .file-navigation, .file-actions, .pagehead, .header, .site-footer').remove();