mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-03-13 00:28:12 -04:00
Disable inspectPage for now.
This commit is contained in:
parent
bcce56320c
commit
a3df567b4d
@ -18,6 +18,7 @@ module.exports = class Inspect
|
|||||||
"ftp://*/*"
|
"ftp://*/*"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
### Not so useful...
|
||||||
chrome.contextMenus.create({
|
chrome.contextMenus.create({
|
||||||
id: 'inspectPage'
|
id: 'inspectPage'
|
||||||
title: chrome.i18n.getMessage('contextMenu_inspectPage')
|
title: chrome.i18n.getMessage('contextMenu_inspectPage')
|
||||||
@ -25,6 +26,7 @@ module.exports = class Inspect
|
|||||||
onclick: @inspect.bind(this)
|
onclick: @inspect.bind(this)
|
||||||
documentUrlPatterns: webResource
|
documentUrlPatterns: webResource
|
||||||
})
|
})
|
||||||
|
###
|
||||||
|
|
||||||
chrome.contextMenus.create({
|
chrome.contextMenus.create({
|
||||||
id: 'inspectFrame'
|
id: 'inspectFrame'
|
||||||
|
Loading…
Reference in New Issue
Block a user