summaryrefslogtreecommitdiff
path: root/extension
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-09-23 10:13:09 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-09-23 10:13:09 -0500
commit5d0fe787c423d834a6227f54cb69009993bdad69 (patch)
tree2b2e511cfe36505481479a58ab714a3b9194530c /extension
parent0bbe831bcd186bd36b5f7b6b1c239a90c7dca5dd (diff)
downloadTabFS-5d0fe787c423d834a6227f54cb69009993bdad69.tar.gz
TabFS-5d0fe787c423d834a6227f54cb69009993bdad69.zip
Rename currentURL.js to captureURL.js
Diffstat (limited to 'extension')
-rw-r--r--extension/background.js2
-rw-r--r--extension/captureURL.js (renamed from extension/currentURL.js)0
2 files changed, 1 insertions, 1 deletions
diff --git a/extension/background.js b/extension/background.js
index 1b8960a..e5a46d0 100644
--- a/extension/background.js
+++ b/extension/background.js
@@ -356,7 +356,7 @@ Routes["/tabs/by-id"] = {
Routes["/tabs/by-id/#TAB_ID/capture-url.txt"] = {
description: `Text file containing the current URL + text fragment of this tab.`,
usage: 'cat $0',
- ...routeFromScriptFile("/currentURL.js")
+ ...routeFromScriptFile("/captureURL.js")
};
Routes["/tabs/by-id/#TAB_ID/active"] = {
diff --git a/extension/currentURL.js b/extension/captureURL.js
index 0aeab92..0aeab92 100644
--- a/extension/currentURL.js
+++ b/extension/captureURL.js