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