This file contains 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 Basecamp - Keyboard Shortcuts | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description This script adds some keyboard shortcuts to Basecamp. | |
// @updateURL https://gist.github.com/whispy/e620cdedfb03e84e02945b3a0d928f62/raw/basecamp-keyboard-shortcuts.user.js | |
// @downloadURL https://gist.github.com/whispy/e620cdedfb03e84e02945b3a0d928f62/raw/basecamp-keyboard-shortcuts.user.js | |
// @author Dan Berkowitz | |
// @match https://3.basecamp.com/* | |
// ==/UserScript== |
This file contains 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 Basecamp - Projects Sticky Header | |
// @namespace http://tampermonkey.net/ | |
// @version 0.13 | |
// @description This script adds a new sticky header to Basecamp projects and todo lists on scroll. Never forget where you are again! | |
// @updateURL https://gist.github.com/whispy/bf644aaa7d4c8759e637074e57209658/raw/basecamp-projects-sticky-header.user.js | |
// @downloadURL https://gist.github.com/whispy/bf644aaa7d4c8759e637074e57209658/raw/basecamp-projects-sticky-header.user.js | |
// @author Dan Berkowitz | |
// @match https://3.basecamp.com/* | |
// @grant GM_addStyle |