Skip to content

Instantly share code, notes, and snippets.

@strangeways
strangeways / userContent.css
Last active October 21, 2020 21:17 — forked from schuyler1d/userContent.css
TestDome/Greenhouse hiding candidate names/emails userContent.css file for Firefox
/*
Follow the instructions here to install:
https://davidwalsh.name/firefox-user-stylesheet
Then restart Firefox
*/
@-moz-document domain(www.testdome.com) {
#NotCompleted {
}
@strangeways
strangeways / MailChimp_webhook_contents.md
Created July 13, 2017 23:45
MailChimp webhook contents
<?xml version="1.0" encoding="utf-8"?> <rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>News at Example</title>
@strangeways
strangeways / GoogleSheet_last12rows_sparkline.md
Last active May 24, 2018 13:36
Google Sheets formula to generate a sparkline chart from the last 12 rows with values in a given column
=SPARKLINE(FILTER(A2:A, ROW(A2:A)>(MAX(FILTER(ROW(A2:A), ISNUMBER(A2:A)))-12), ROW(A2:A)<=MAX(FILTER(ROW(A2:A), ISNUMBER(A2:A)))))

Exploded view of formula:

=SPARKLINE(
 FILTER(
@strangeways
strangeways / generate_Google_Analytics_link_in_Google_Sheets.md
Last active December 10, 2015 22:33
Google Sheets formula for generating Google Analytics tracking link