Skip to content

Instantly share code, notes, and snippets.

View jphastings's full-sized avatar
🌴

JP Hastings-Spital jphastings

🌴
View GitHub Profile
@jphastings
jphastings / gitpivotal.user.js
Last active August 29, 2015 14:25
Looks for Pivotal Tracker story ids anywhere on github.com. Any string that looks like: "#12345678" will have a link inserted to the corresponding pivotal tracker story. Don't worry, this will not interfere with github issues, until the ten millionth issue.
// --------------------------------------------------------------------
//
// ==UserScript==
// @name Let's Git Pivotal
// @namespace uk.co.deliveroo.labs
// @version 0.4
// @description Looks for Pivotal Tracker story ids anywhere on github.com. Any string that looks like: "#12345678" will have a link inserted to the corresponding pivotal tracker story. Don't worry, this will not interfere with github issues, until the ten millionth issue.
// @include https://github.com/*
// ==/UserScript==
"use strict";