gorhill 9 years ago
parent
commit
9cfc2ff6f8
  1. 5
      platform/firefox/vapi-background.js

5
platform/firefox/vapi-background.js

@ -2422,7 +2422,10 @@ vAPI.toolbarButton = {
break; break;
} }
if ( document.getElementById(tbb.id) !== null ) {
// https://github.com/gorhill/uBlock/issues/763
// We are done if our toolbar button is already installed in one of the
// toolbar.
if ( palette !== null && toolbarButton.parentElement !== palette ) {
return; return;
} }

Loading…
Cancel
Save