mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
this fixes #1057
This commit is contained in:
parent
ede4036c35
commit
7e8d2e431b
1 changed files with 8 additions and 0 deletions
|
|
@ -1843,6 +1843,14 @@ vAPI.contextMenu.create = function(details, callback) {
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
||||||
|
vAPI.contextMenu.remove = function() {
|
||||||
|
for ( var win of vAPI.tabs.getWindows() ) {
|
||||||
|
this.unregister(win.document);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
/******************************************************************************/
|
||||||
|
|
||||||
var optionsObserver = {
|
var optionsObserver = {
|
||||||
addonId: '{2b10c1c8-a11f-4bad-fe9c-1c11e82cac42}',
|
addonId: '{2b10c1c8-a11f-4bad-fe9c-1c11e82cac42}',
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue