mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Fix invidious enabling error
This commit is contained in:
parent
2f7a4bdb36
commit
46ffb330fc
1 changed files with 2 additions and 1 deletions
|
@ -144,7 +144,8 @@ class Utils {
|
|||
id: id
|
||||
});
|
||||
}
|
||||
} else {
|
||||
} else if (chrome.declarativeContent) {
|
||||
// Only if we have permission
|
||||
chrome.declarativeContent.onPageChanged.removeRules(["invidious"]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue