chore: disable reward.bing.com script
The rewards site layout has changed and the current implementation does not work
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
// @namespace bing
|
// @namespace bing
|
||||||
// @description Utilities to semiautomate Bing reward point redemption
|
// @description Utilities to semiautomate Bing reward point redemption
|
||||||
// @include https://www.bing.com/*
|
// @include https://www.bing.com/*
|
||||||
// @match https://rewards.bing.com/
|
/* @match https://rewards.bing.com/ */
|
||||||
// @version 1.6.2
|
// @version 1.6.2
|
||||||
// @updateURL https://git.alexbcberio.com/alexbcberio/userscripts/raw/branch/main/bing-rewarder/index.js
|
// @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
|
// @downloadURL https://git.alexbcberio.com/alexbcberio/userscripts/raw/branch/main/bing-rewarder/index.js
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
(function() {
|
(function() {
|
||||||
switch (location.host) {
|
switch (location.host) {
|
||||||
case "rewards.bing.com":
|
case "rewards.bing.com":
|
||||||
bingRewards();
|
//bingRewards();
|
||||||
break;
|
break;
|
||||||
case "bing.com":
|
case "bing.com":
|
||||||
case "www.bing.com":
|
case "www.bing.com":
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
GM.registerMenuCommand("Start searching", doSearch);
|
GM.registerMenuCommand("Start searching", doSearch);
|
||||||
|
|
||||||
const urlSearchParams = new URLSearchParams(location.search);
|
const urlSearchParams = new URLSearchParams(location.search);
|
||||||
const maxSearch = 30;
|
const maxSearch = 20;
|
||||||
const wordMinLength = 4;
|
const wordMinLength = 4;
|
||||||
const wordMaxLength = 10;
|
const wordMaxLength = 10;
|
||||||
const minWaitSecondsToSearch = 5;
|
const minWaitSecondsToSearch = 5;
|
||||||
|
|||||||
Reference in New Issue
Block a user