This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Pivotal Link for commit | |
// @namespace http://eastagile.com/ | |
// @version 1.0 | |
// @description This is use for get the link from story for commit name | |
// @match https://www.pivotaltracker.com/*/projects/* | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js | |
// @copyright 2013+, Hieu Nguyen | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name PivotalTracker link copier | |
// @namespace http://www.eastagile.com | |
// @version 1.3 | |
// @description Adds a button for quick copying from PT | |
// @match https://www.pivotaltracker.com/*/projects/* | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js | |
// @copyright 2012+, Thien Lam | |
// ==/UserScript== | |
// access global variable 'app' |
NewerOlder