Skip to content

Instantly share code, notes, and snippets.

View fabpot's full-sized avatar
😀
Happy!

Fabien Potencier fabpot

😀
Happy!
View GitHub Profile
// ==UserScript==
// @name Pull Request Labels
// @namespace http://joshuaflanagan.com
// @include https://github.com/*/*/pulls
// @version 1
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// ==/UserScript==
$(function(){
var $pull_requests = $(".pulls-list .list-group-item h4");
$pull_requests.each(function(){