From 0564040f3a88ff91e3dc31f110cc7608b81127f7 Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 22 Jun 2017 18:11:20 -0400 Subject: [PATCH] code review: skip keyboard shortcuts code for thunderbird, fennec --- platform/firefox/vapi-background.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 70896f27a..3b8a1a7ec 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -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' },