fix: not being initialised in rewards page
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
// @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
|
// @version 1.6.1
|
||||||
// @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
|
||||||
// @grant GM.registerMenuCommand
|
// @grant GM.registerMenuCommand
|
||||||
@@ -13,6 +13,7 @@
|
|||||||
(function() {
|
(function() {
|
||||||
switch (location.host) {
|
switch (location.host) {
|
||||||
case "rewards.bing.com":
|
case "rewards.bing.com":
|
||||||
|
bingRewards();
|
||||||
break;
|
break;
|
||||||
case "bing.com":
|
case "bing.com":
|
||||||
case "www.bing.com":
|
case "www.bing.com":
|
||||||
|
|||||||
Reference in New Issue
Block a user