fix: not being initialised in rewards page
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user