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

Microsoft Rewards Terms of Service Update #149

Open Adrian95san opened 9 months ago

Adrian95san commented 9 months ago

I think there has been a change in the terms of service. You may want to look into it. I think it has something to do with the number of quick searches that can be done throughout the day and a 15-minute quick search timer for earning points. These new MS rewards terms of service update and this extension may not play nicely and lead to banned accounts.

https://www.reddit.com/r/MicrosoftRewards/comments/189cxl9/official_discussion_thread_recent_changes_to_the/

wojtekojtek commented 8 months ago

I think there has been a change in the terms of service. You may want to look into it. I think it has something to do with the number of quick searches that can be done throughout the day and a 15-minute quick search timer for earning points. These new MS rewards terms of service update and this extension may not play nicely and lead to banned accounts.

https://www.reddit.com/r/MicrosoftRewards/comments/189cxl9/official_discussion_thread_recent_changes_to_the/

I've got banned. obraz

AnthonyZJiang commented 8 months ago

Feel free to play around with the variable on this line. If you want a 15 minutes interval, then the number should be 15*60*1000.

AnthonyZJiang commented 8 months ago

You can also add some randomness, e.g. randomized from 15 minutes to 20 minutes:

this._searchIntervalMS = 900000 + Math.random()*1000*60*5
dbzdivik commented 2 months ago

@AnthonyZJiang if you can guide how to achieve Mobile rewards also As rest is working fine.