mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
code review: skip keyboard shortcuts code for thunderbird, fennec
This commit is contained in:
parent
15d4fd21be
commit
0564040f3a
1 changed files with 2 additions and 0 deletions
|
|
@ -3398,6 +3398,8 @@ vAPI.contextMenu = (function() {
|
|||
// extensions.ublock0.shortcuts.[command id] => -
|
||||
|
||||
vAPI.commands = (function() {
|
||||
if ( vAPI.fennec || vAPI.thunderbird ) { return; }
|
||||
|
||||
var commands = [
|
||||
{ id: 'launch-element-zapper' },
|
||||
{ id: 'launch-element-picker' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue