mirror of https://github.com/gorhill/uBlock.git
Fix "View source..." context menu entry in Firefox
This commit is contained in:
parent
4b6ce5e402
commit
7b632b32a8
|
@ -191,7 +191,6 @@ const menuEntries = {
|
||||||
title: i18n$('contextMenuViewSource'),
|
title: i18n$('contextMenuViewSource'),
|
||||||
contexts: [ 'page', 'frame', 'link' ],
|
contexts: [ 'page', 'frame', 'link' ],
|
||||||
documentUrlPatterns: [ 'http://*/*', 'https://*/*' ],
|
documentUrlPatterns: [ 'http://*/*', 'https://*/*' ],
|
||||||
targetUrlPatterns: [ 'http://*/*', 'https://*/*' ],
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue