diff --git a/bing-rewarder/index.js b/bing-rewarder/index.js index 5384b39..40ac560 100644 --- a/bing-rewarder/index.js +++ b/bing-rewarder/index.js @@ -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":