Skip to content

Instantly share code, notes, and snippets.

View MarkJRigdon's full-sized avatar

Mark MarkJRigdon

  • Cape Girardeau, MO
View GitHub Profile
@paucoma
paucoma / gglCalEventsOnSpreadSheet.gs
Last active April 25, 2025 15:08
Script to read Google Calendar Events and Count total Hours
const gblFrom = {
year : 2020 ,
month : 3,
day : 29,
hour : 0
};
const gblTo = {
year : 2020 ,
month : 8,
day : 1,
@chrisblakley
chrisblakley / trello_styles.css
Last active September 23, 2018 16:43
Custom CSS to enchance Trello.
/* Show the move cursor to demonstrate drag/drop scrolling on the interface. */
#board {
cursor: move;
}
#board .list {
cursor: default;
}
/* Change the background to a texture while maintaining board color. */
@data-enhanced
data-enhanced / trello-user-css-safari.css
Last active September 12, 2019 10:54
Custom Trello Styles - in Mac Safari - using User CSS Extension
/*
* Subtler, clearer colors and edges
* Emphsasize first two lists
* -- can be modified in CSS to include fewer or more lists
*/
* {
border-radius: 0 !important;
}