Microsoft Bing Rewards每日任务脚本 自用修改版

自动完成微软Rewards每日搜索任务,每次运行时获取抖音/微博/哔哩哔哩/百度热门词,避免使用同样的搜索词被封号。

As of 2024-05-26. See the latest version.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
北方的冬(789cn)
Ratings
0 0 0
Version
V1.1.6
Created
2024-05-26
Updated
2024-05-26
Size
8.9 KB
License
GNU GPLv3
Applies to

Microsoft Bing Rewards每日任务脚本 自用修改版
修改自怀沙2049
var max_rewards = Math.floor(Math.random() * (40 - 33 + 1)) + 33; //随机每次搜索总次数
//每执行4次搜索后插入暂停时间,解决账号被监控不增加积分的问题
var pause_time = Math.floor(Math.random() * (600000 - 300000 + 1)) + 300000; // 生成随机暂停时间(300000 毫秒到 600000 毫秒之间,代表 5 到 10 分钟