1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-18 08:52:26 +02:00
This commit is contained in:
gorhill 2014-10-06 12:26:35 -04:00
parent 6fd9da22bc
commit 4227123393

View File

@ -79,7 +79,7 @@ var toggleMenu = function(on) {
var menuCreateDetails = { var menuCreateDetails = {
id: 'blockElement', id: 'blockElement',
title: chrome.i18n.getMessage('pickerContextMenuEntry'), title: chrome.i18n.getMessage('pickerContextMenuEntry'),
contexts: ['page', 'frame', 'link', 'image', 'video'], contexts: ['page', 'editable', 'frame', 'link', 'image', 'video'],
documentUrlPatterns: ['https://*/*', 'http://*/*'] documentUrlPatterns: ['https://*/*', 'http://*/*']
}; };