We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e029060 commit e5efe64Copy full SHA for e5efe64
platform/mv3/extension/js/action.js
@@ -103,7 +103,7 @@ export async function syncToolbarIcon(wakeup) {
103
104
webNavigation.onCommitted.addListener(toolbarIconListener, {
105
url: Array.from(toToggle).map(a => ({
106
- originAndPathMatches: `^https?://([^.]+\\.)*${a}/`
+ originAndPathMatches: `^https?://([^.].*\\.)?${a.replaceAll('.', '\\.')}/`
107
})),
108
});
109
0 commit comments