1
0

fix: not being initialised in rewards page

This commit is contained in:
2026-05-01 11:28:57 +02:00
parent c0cc47dd5c
commit b42b9a07b5
+2 -1
View File
@@ -4,7 +4,7 @@
// @description Utilities to semiautomate Bing reward point redemption
// @include https://www.bing.com/*
// @match https://rewards.bing.com/
// @version 1.6
// @version 1.6.1
// @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
// @grant GM.registerMenuCommand
@@ -13,6 +13,7 @@
(function() {
switch (location.host) {
case "rewards.bing.com":
bingRewards();
break;
case "bing.com":
case "www.bing.com":