aliexpress: collect daily coins via desktop website
All load in webview in android app. Other games have no desktop version and mobile version uses canvas and only refers to download app with both stealth and fingerprint-injector. Also stuck on loading screen when using firefox instead of chrome.
This commit is contained in:
parent
b8f7068a87
commit
a39d737999
2 changed files with 108 additions and 0 deletions
|
|
@ -41,6 +41,9 @@ export const cfg = {
|
|||
gog_email: process.env.GOG_EMAIL || process.env.EMAIL,
|
||||
gog_password: process.env.GOG_PASSWORD || process.env.PASSWORD,
|
||||
gog_newsletter: process.env.GOG_NEWSLETTER == '1', // do not unsubscribe from newsletter after claiming a game
|
||||
// auth AliExpress
|
||||
ae_email: process.env.AE_EMAIL || process.env.EMAIL,
|
||||
ae_password: process.env.AE_PASSWORD || process.env.PASSWORD,
|
||||
// OTP only via GOG_EMAIL, can't add app...
|
||||
// experimmental
|
||||
pg_redeem: process.env.PG_REDEEM == '1', // prime-gaming: redeem keys on external stores
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue