From 01e206d990156031cff15bc77bfb533fbd21e7bb Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Sun, 19 Jul 2020 21:35:07 +0200 Subject: [PATCH] fix @match directive --- dist/extendedPlayerProfile.js | 4 ++-- dist/extendedTribeProfile.js | 4 ++-- dist/extendedVillageProfile.js | 4 ++-- src/extendedPlayerProfile.js | 4 ++-- src/extendedTribeProfile.js | 4 ++-- src/extendedVillageProfile.js | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dist/extendedPlayerProfile.js b/dist/extendedPlayerProfile.js index 5653322..e04db36 100644 --- a/dist/extendedPlayerProfile.js +++ b/dist/extendedPlayerProfile.js @@ -934,10 +934,10 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope // @namespace https://github.com/tribalwarshelp/scripts // @updateURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedPlayerProfile.js // @downloadURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedPlayerProfile.js -// @version 1.0.3 +// @version 1.0.4 // @description Extended Player Profile // @author Kichiyaki http://dawid-wysokinski.pl/ -// @match *://*/game.php*&screen=info_player* +// @match *://*/game.php*screen=info_player* // @grant none // @run-at document-end // ==/UserScript== diff --git a/dist/extendedTribeProfile.js b/dist/extendedTribeProfile.js index 803559f..ba9b475 100644 --- a/dist/extendedTribeProfile.js +++ b/dist/extendedTribeProfile.js @@ -1638,10 +1638,10 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope // @namespace https://github.com/tribalwarshelp/scripts // @updateURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedTribeProfile.js // @downloadURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedTribeProfile.js -// @version 0.9 +// @version 0.9.1 // @description Extended Tribe Profile // @author Kichiyaki http://dawid-wysokinski.pl/ -// @match *://*/game.php*&screen=info_ally* +// @match *://*/game.php*screen=info_ally* // @grant none // @run-at document-end // ==/UserScript== diff --git a/dist/extendedVillageProfile.js b/dist/extendedVillageProfile.js index 25cb2c2..57e20a0 100644 --- a/dist/extendedVillageProfile.js +++ b/dist/extendedVillageProfile.js @@ -564,10 +564,10 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de // @namespace https://github.com/tribalwarshelp/scripts // @updateURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedVillageProfile.js // @downloadURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedVillageProfile.js -// @version 0.5 +// @version 0.5.1 // @description Extended Village Profile // @author Kichiyaki http://dawid-wysokinski.pl/ -// @match *://*/game.php*&screen=info_village* +// @match *://*/game.php*screen=info_village* // @grant none // @run-at document-end // ==/UserScript== diff --git a/src/extendedPlayerProfile.js b/src/extendedPlayerProfile.js index 3b54f35..4d997c2 100644 --- a/src/extendedPlayerProfile.js +++ b/src/extendedPlayerProfile.js @@ -21,10 +21,10 @@ import { setItem, getItem } from './utils/localStorage'; // @namespace https://github.com/tribalwarshelp/scripts // @updateURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedPlayerProfile.js // @downloadURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedPlayerProfile.js -// @version 1.0.3 +// @version 1.0.4 // @description Extended Player Profile // @author Kichiyaki http://dawid-wysokinski.pl/ -// @match *://*/game.php*&screen=info_player* +// @match *://*/game.php*screen=info_player* // @grant none // @run-at document-end // ==/UserScript== diff --git a/src/extendedTribeProfile.js b/src/extendedTribeProfile.js index 5f5a54f..1e30ee6 100644 --- a/src/extendedTribeProfile.js +++ b/src/extendedTribeProfile.js @@ -23,10 +23,10 @@ import { formatPlayerURL as formatPlayerURLTribalWars } from './utils/tribalwars // @namespace https://github.com/tribalwarshelp/scripts // @updateURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedTribeProfile.js // @downloadURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedTribeProfile.js -// @version 0.9 +// @version 0.9.1 // @description Extended Tribe Profile // @author Kichiyaki http://dawid-wysokinski.pl/ -// @match *://*/game.php*&screen=info_ally* +// @match *://*/game.php*screen=info_ally* // @grant none // @run-at document-end // ==/UserScript== diff --git a/src/extendedVillageProfile.js b/src/extendedVillageProfile.js index 017d507..1eaaa7d 100644 --- a/src/extendedVillageProfile.js +++ b/src/extendedVillageProfile.js @@ -9,10 +9,10 @@ import renderEnnoblementsPopup from './utils/renderEnnoblements'; // @namespace https://github.com/tribalwarshelp/scripts // @updateURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedVillageProfile.js // @downloadURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedVillageProfile.js -// @version 0.5 +// @version 0.5.1 // @description Extended Village Profile // @author Kichiyaki http://dawid-wysokinski.pl/ -// @match *://*/game.php*&screen=info_village* +// @match *://*/game.php*screen=info_village* // @grant none // @run-at document-end // ==/UserScript==