mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-16 16:37:12 +03:00
Merge branch 'master' of https://github.com/ajayyy/SponsorBlockServer into reWriteAxios
This commit is contained in:
@@ -56,7 +56,7 @@ function updateExtensionUsers() {
|
||||
const chromeExtensionUrl = "https://chrome.google.com/webstore/detail/sponsorblock-for-youtube/mnjggcdmjocbbbhaepdhchncahnbgone";
|
||||
|
||||
fetch(mozillaAddonsUrl)
|
||||
.then(res => res.json())
|
||||
.then(res => res.json() as Record<string, any>)
|
||||
.then(data => {
|
||||
firefoxUsersCache = data.average_daily_users;
|
||||
fetch(chromeExtensionUrl)
|
||||
|
||||
Reference in New Issue
Block a user