diff --git a/background/context-menus.js b/background/context-menus.js
index e0c50143..430f6216 100644
--- a/background/context-menus.js
+++ b/background/context-menus.js
@@ -32,7 +32,7 @@
title: 'editDeleteText',
type: 'normal',
contexts: ['editable'],
- documentUrlPatterns: [URLS.ownOrigin + 'edit*'],
+ documentUrlPatterns: [URLS.ownOrigin + '*'],
click: (info, tab) => {
msg.sendTab(tab.id, {method: 'editDeleteText'}, undefined, 'extension')
.catch(msg.ignoreError);
diff --git a/edit.html b/edit.html
index 8907cd5b..4187c37f 100644
--- a/edit.html
+++ b/edit.html
@@ -102,7 +102,7 @@
-