Skip to content

Instantly share code, notes, and snippets.

View caseyhoward's full-sized avatar

Casey Howard caseyhoward

View GitHub Profile
@caseyhoward
caseyhoward / ptfix.js
Created October 21, 2015 22:46 — forked from trystan/ptfix.js
Fix PivotalTracker
// Use this with the Custom Javascript For Websites
// plugin for Chrome to fix PivotalTracker
function fixIt(){
jQuery('h3[title="icebox"],label[class="icebox"]')
.attr("title","graveyard")
.children(1)
.text("Graveyard");
var horizon = jQuery('.story_name:contains("Event Horizon")')