Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion basecamp-document-color-background.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// @version 1.1
// @match https://3.basecamp.com/*
// @match https://app.basecamp.com/*
// @downloadURL https://github.com/idrsolutions/userscripts/raw/refs/heads/main/basecamp-document-color-background.user.js
// @updateURL https://github.com/idrsolutions/userscripts/raw/refs/heads/main/basecamp-document-color-background.user.js
// @run-at document-start
// @grant none
// ==/UserScript==
Expand Down Expand Up @@ -33,4 +35,4 @@

init();
document.addEventListener('turbo:load', init);
})();
})();
4 changes: 3 additions & 1 deletion basecamp-four-column-home-screen.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// @version 2
// @match https://3.basecamp.com/*
// @match https://app.basecamp.com/*
// @downloadURL https://github.com/idrsolutions/userscripts/raw/refs/heads/main/basecamp-four-column-home-screen.user.js
// @updateURL https://github.com/idrsolutions/userscripts/raw/refs/heads/main/basecamp-four-column-home-screen.user.js
// @run-at document-start
// @grant none
// ==/UserScript==
Expand Down Expand Up @@ -56,4 +58,4 @@

init();
document.addEventListener('turbo:load', init);
})();
})();
4 changes: 3 additions & 1 deletion basecamp-text-shortcuts.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// @version 3.1
// @match https://3.basecamp.com/*
// @match https://app.basecamp.com/*
// @downloadURL https://github.com/idrsolutions/userscripts/raw/refs/heads/main/basecamp-text-shortcuts.user.js
// @updateURL https://github.com/idrsolutions/userscripts/raw/refs/heads/main/basecamp-text-shortcuts.user.js
// @run-at document-idle
// @grant none
// ==/UserScript==
Expand All @@ -20,4 +22,4 @@
numberButton.setAttribute("data-hotkey", "ctrl+o cmd+o");
})

})();
})();
4 changes: 3 additions & 1 deletion clear-basecamp-kanban-column.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// @version 2.1
// @match https://3.basecamp.com/*
// @match https://app.basecamp.com/*
// @downloadURL https://github.com/idrsolutions/userscripts/raw/refs/heads/main/clear-basecamp-kanban-column.user.js
// @updateURL https://github.com/idrsolutions/userscripts/raw/refs/heads/main/clear-basecamp-kanban-column.user.js
// @run-at document-idle
// @grant none
// ==/UserScript==
Expand Down Expand Up @@ -91,4 +93,4 @@ let init = function() {
}

init();
document.addEventListener('turbolinks:load', init);
document.addEventListener('turbolinks:load', init);