I hereby claim:
- I am jmodjeska on github.
- I am jmodjeska (https://keybase.io/jmodjeska) on keybase.
- I have a public key ASAQq1tyniPnAcr2ADOFdeeq5zBe4vunnc9t93Kl44spWwo
To claim this, I am signing this object:
// ==UserScript== | |
// @name Jira Sprint Board Namer | |
// @version 0.1 | |
// @description Rename Jira Sprint Boards so they show the project name | |
// @author [email protected] | |
// @match *://*/*RapidBoard* | |
// @grant none | |
// ==/UserScript== | |
function callback(){ |
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
use LWP::UserAgent; | |
use Cwd; | |
use Sys::Hostname; | |
use Data::Dumper; | |
# ======================================================================== |
I hereby claim:
To claim this, I am signing this object:
/** Import CSV with basic auth | |
* https://modjeska.us/csv-google-sheets-basic-auth/ | |
* Synopsis: | |
populateSheetWithCSV(foo, csvUrl, base64pw, ignoreHeaders, bustCache) | |
* Usage: | |
=populateSheetWithCSV("Any Value", "https://csv-url", "base64pw", TRUE, TRUE) |
/* Add padding at the top of the page */ | |
body { | |
margin-top: 20px; | |
} | |
/* Hide the top right user menu */ | |
[data-ogsr-up] { | |
display:none; | |
} |