mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-26 18:01:03 +00:00
1.0.7
This commit is contained in:
@@ -218,4 +218,11 @@ export async function checkQuizCompleted(page: Page) {
|
||||
} catch (error) {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
export async function refreshCheerio(page: Page) {
|
||||
const html = await page.content()
|
||||
const $ = load(html)
|
||||
|
||||
return $
|
||||
}
|
||||
Reference in New Issue
Block a user