chore: disable reward.bing.com script

The rewards site layout has changed and the current implementation does not work
This commit is contained in:
2026-07-24 11:24:49 +02:00
parent a6abfc385e
commit 28d34235bd
+3 -3
View File
@@ -3,7 +3,7 @@
// @namespace bing
// @description Utilities to semiautomate Bing reward point redemption
// @include https://www.bing.com/*
// @match https://rewards.bing.com/
/* @match https://rewards.bing.com/ */
// @version 1.6.2
// @updateURL https://git.alexbcberio.com/alexbcberio/userscripts/raw/branch/main/bing-rewarder/index.js
// @downloadURL https://git.alexbcberio.com/alexbcberio/userscripts/raw/branch/main/bing-rewarder/index.js
@@ -13,7 +13,7 @@
(function() {
switch (location.host) {
case "rewards.bing.com":
bingRewards();
//bingRewards();
break;
case "bing.com":
case "www.bing.com":
@@ -58,7 +58,7 @@
GM.registerMenuCommand("Start searching", doSearch);
const urlSearchParams = new URLSearchParams(location.search);
const maxSearch = 30;
const maxSearch = 20;
const wordMinLength = 4;
const wordMaxLength = 10;
const minWaitSecondsToSearch = 5;