mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
this fixes #273
This commit is contained in:
parent
6fd9da22bc
commit
4227123393
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ var toggleMenu = function(on) {
|
|||
var menuCreateDetails = {
|
||||
id: 'blockElement',
|
||||
title: chrome.i18n.getMessage('pickerContextMenuEntry'),
|
||||
contexts: ['page', 'frame', 'link', 'image', 'video'],
|
||||
contexts: ['page', 'editable', 'frame', 'link', 'image', 'video'],
|
||||
documentUrlPatterns: ['https://*/*', 'http://*/*']
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue