MCPcopy Index your code
hub / github.com/stefanbuck/awesome-browser-extensions-for-github / firefoxStats

Function firefoxStats

update.js:99–101  ·  view source on GitHub ↗
(storeUrl)

Source from the content-addressed store, hash-verified

97 return downloadStats(/content=\"UserDownloads:([0-9,]+)/, /h-C-b-p-D-xh-hh">([^<]+)/, storeUrl)
98}
99async function firefoxStats(storeUrl) {
100 return downloadStats(/average_daily_users":([0-9,]+)/, /AddonMoreInfo-last-updated">[^(]+\(([^)]+)/, storeUrl)
101}
102async function operaStats(storeUrl) {
103 return downloadStats(/Downloads<\/dt><dd>([0-9,]+)/, '', storeUrl)
104}

Callers 1

updateDownloadStatsFunction · 0.85

Calls 1

downloadStatsFunction · 0.85

Tested by

no test coverage detected