aboutsummaryrefslogtreecommitdiffstats
path: root/feedSomeKeys_3.js
diff options
context:
space:
mode:
Diffstat (limited to 'feedSomeKeys_3.js')
-rwxr-xr-xfeedSomeKeys_3.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/feedSomeKeys_3.js b/feedSomeKeys_3.js
index 9be4052..18bf2b4 100755
--- a/feedSomeKeys_3.js
+++ b/feedSomeKeys_3.js
@@ -514,8 +514,8 @@ let INFO = <>
if (map.matchingUrls && !uniq[map.matchingUrls])
];
if (currentURL) {
- result.unshift([util.escapeRegex(buffer.URL), 'Current URL']);
- result.unshift([util.escapeRegex(content.document.domain), 'Current domain']);
+ result.unshift(['^' + util.escapeRegex(buffer.URL), 'Current URL']);
+ result.unshift(['^' + util.escapeRegex(content.document.domain), 'Current domain']);
}
return result;
};