From f20cc7d2eeac35ec340723a005515bab6350ffc4 Mon Sep 17 00:00:00 2001 From: Jacob Collins <18370334+josrepo@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:15:20 +0100 Subject: [PATCH 1/4] Add autoupdate link for basecamp-document-color-background.user.js --- basecamp-document-color-background.user.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/basecamp-document-color-background.user.js b/basecamp-document-color-background.user.js index 0807df7..a0cf9ae 100644 --- a/basecamp-document-color-background.user.js +++ b/basecamp-document-color-background.user.js @@ -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== @@ -33,4 +35,4 @@ init(); document.addEventListener('turbo:load', init); -})(); \ No newline at end of file +})(); From 92f6e15e98296e674eaf0406bc2dcfaf69d49996 Mon Sep 17 00:00:00 2001 From: Jacob Collins <18370334+josrepo@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:16:17 +0100 Subject: [PATCH 2/4] Add autoupdate link for basecamp-four-column-home-screen.user.js --- basecamp-four-column-home-screen.user.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/basecamp-four-column-home-screen.user.js b/basecamp-four-column-home-screen.user.js index 7e3704a..7b4283a 100644 --- a/basecamp-four-column-home-screen.user.js +++ b/basecamp-four-column-home-screen.user.js @@ -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== @@ -56,4 +58,4 @@ init(); document.addEventListener('turbo:load', init); -})(); \ No newline at end of file +})(); From 77c575c082b2e6f1def877bcb1813c5cf7d4e8f6 Mon Sep 17 00:00:00 2001 From: Jacob Collins <18370334+josrepo@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:16:54 +0100 Subject: [PATCH 3/4] Add autoupdate link for basecamp-text-shortcuts.user.js --- basecamp-text-shortcuts.user.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/basecamp-text-shortcuts.user.js b/basecamp-text-shortcuts.user.js index 2762b84..7029845 100644 --- a/basecamp-text-shortcuts.user.js +++ b/basecamp-text-shortcuts.user.js @@ -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== @@ -20,4 +22,4 @@ numberButton.setAttribute("data-hotkey", "ctrl+o cmd+o"); }) -})(); \ No newline at end of file +})(); From 1ac7c3405c109f200fd4a124c1d4728c168941d3 Mon Sep 17 00:00:00 2001 From: Jacob Collins <18370334+josrepo@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:17:18 +0100 Subject: [PATCH 4/4] Add autoupdate link for clear-basecamp-kanban-column.user.js --- clear-basecamp-kanban-column.user.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clear-basecamp-kanban-column.user.js b/clear-basecamp-kanban-column.user.js index 6dba6f0..6bfdbe9 100644 --- a/clear-basecamp-kanban-column.user.js +++ b/clear-basecamp-kanban-column.user.js @@ -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== @@ -91,4 +93,4 @@ let init = function() { } init(); -document.addEventListener('turbolinks:load', init); \ No newline at end of file +document.addEventListener('turbolinks:load', init);