Random Search Generator for Microsoft Rewards

Generates random searches and enters them into the Bing search bar on the Microsoft Rewards homepage

< Feedback on Random Search Generator for Microsoft Rewards

Review: Good - script works

§
Posted: 2023-04-26

Thanks! But how do I change the speed of next search?

§
Posted: 2024-05-13

In this part of the code, the number "500" refers to 0.5 seconds (half a second). Just increase that number (50,000)

document.getElementById("sb_form").submit();
}, 500); // .5 seconds

§
Posted: 2024-05-14

Thank you :)

Post reply

Sign in to post a reply.