mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 13:37:04 +03:00
@@ -160,8 +160,8 @@ async function registerFirefoxContentScript(options: Registration) {
|
|||||||
ids: [options.id]
|
ids: [options.id]
|
||||||
}).catch(() => []);
|
}).catch(() => []);
|
||||||
|
|
||||||
if (existingRegistrations.length > 0
|
if (existingRegistrations && existingRegistrations.length > 0
|
||||||
&& existingRegistrations[0].matches.every((match) => options.matches.includes(match))) {
|
&& options.matches.every((match) => existingRegistrations[0].matches.includes(match))) {
|
||||||
// No need to register another script, already registered
|
// No need to register another script, already registered
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user