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
// From Dave Yarwood's Gist: | |
// https://gist.github.com/daveyarwood/ab85d38e365cdc10e26d11c67ba23d64 | |
console.log("loading Dave's userscript..."); | |
function runDaveRun() { | |
var orgName = $('.board-header-btn-org-name .board-header-btn-text').text(); | |
var boardName = $('.board-header-btn-name-with-org-logo .board-header-btn-text').text(); | |
if (orgName == 'Adzerk' && boardName == 'The Kanban Board') { |