1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

code review: skip keyboard shortcuts code for thunderbird, fennec

This commit is contained in:
gorhill 2017-06-22 18:11:20 -04:00
parent 15d4fd21be
commit 0564040f3a
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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' },