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 +})(); 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 +})(); 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 +})(); 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);