AnthonyZJiang / Microsoft-Reward-Chrome-Ext

A Chrome extension for Microsoft Rewards search, for accounts with two-factor authentication.
Apache License 2.0
319 stars 71 forks source link

Firefox extension Error, no mobile searches #87

Closed FrowningChicken closed 1 year ago

FrowningChicken commented 1 year ago

After the bot goes through the edge searches and regular searches, it does not seem to do any mobile searches successfully. I have tried re-logging in and rebooting the browser. Everything else in the bot is working except for the mobile searches.

FrowningChicken commented 1 year ago

I am currently using version 2.24.1.2

STX5 commented 1 year ago

According to https://github.com/tmxkn1/Microsoft-Reward-Chrome-Ext/issues/88#issue-1559114666, you have to edit the Microsoft-Reward-Chrome-Ext/src/utility.js file. At line 134 , replace the content with these. And reload the extention in your browser.

userAgents = {
                'pc': ua.stable.edge_win,
                'mb': 'Mozilla/5.0 (Linux; Android 13; LM-Q710(FGN)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.117 Mobile Safari/537.36',
                'pcSource': 'stable',
                'mbSource': 'stable',
            };

This is just a temporary solution, the author might give an update to fix this.

AnthonyZJiang commented 1 year ago

Thanks for reporting, mobile UA has been updated.