update tampermonkey tags

This commit is contained in:
Dawid Wysokiński 2020-07-12 19:29:58 +02:00
parent 895e26d605
commit 50e2c302a9
4 changed files with 18 additions and 6 deletions

View File

@ -455,13 +455,16 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
// ==UserScript==
// @name Extended Player Profile
// @namespace https://gist.github.com/Kichiyaki/3c273582cc6856512e22c86c375f795a
// @version 0.1
// @namespace https://github.com/
// @updateURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedPlayerProfile.js
// @downloadURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedPlayerProfile.js
// @version 0.5
// @description Extended Player Profile
// @author Kichiyaki http://dawid-wysokinski.pl/
// @match *://*.plemiona.pl/game.php*&screen=info_player*
// @match *://*.tribalwars.net/game.php*&screen=info_player*
// @grant none
// @run-at document-end
// ==/UserScript==
const SERVER = (0, _getCurrentServer.default)();
let PLAYER_ID = (0, _getIDFromURL.default)(window.location.search);

View File

@ -442,13 +442,16 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
// ==UserScript==
// @name Latest ennoblements
// @namespace https://gist.github.com/Kichiyaki/3c273582cc6856512e22c86c375f795a
// @namespace https://github.com/
// @updateURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/latestEnnoblements.js
// @downloadURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/latestEnnoblements.js
// @version 0.5
// @description Show the latest ennoblements
// @author Kichiyaki http://dawid-wysokinski.pl/ | Icon author *GD*
// @match *://*.plemiona.pl/game.php*
// @match *://*.tribalwars.net/game.php*
// @grant none
// @run-at document-end
// ==/UserScript==
const SERVER = (0, _getCurrentServer.default)();
const FILTER_FORM_ID = 'sle_form';

View File

@ -9,13 +9,16 @@ import { setItem, getItem } from './utils/localStorage';
// ==UserScript==
// @name Extended Player Profile
// @namespace https://gist.github.com/Kichiyaki/3c273582cc6856512e22c86c375f795a
// @version 0.1
// @namespace https://github.com/
// @updateURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedPlayerProfile.js
// @downloadURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedPlayerProfile.js
// @version 0.5
// @description Extended Player Profile
// @author Kichiyaki http://dawid-wysokinski.pl/
// @match *://*.plemiona.pl/game.php*&screen=info_player*
// @match *://*.tribalwars.net/game.php*&screen=info_player*
// @grant none
// @run-at document-end
// ==/UserScript==
const SERVER = getCurrentServer();

View File

@ -11,13 +11,16 @@ import { setItem, getItem } from './utils/localStorage';
// ==UserScript==
// @name Latest ennoblements
// @namespace https://gist.github.com/Kichiyaki/3c273582cc6856512e22c86c375f795a
// @namespace https://github.com/
// @updateURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/latestEnnoblements.js
// @downloadURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/latestEnnoblements.js
// @version 0.5
// @description Show the latest ennoblements
// @author Kichiyaki http://dawid-wysokinski.pl/ | Icon author *GD*
// @match *://*.plemiona.pl/game.php*
// @match *://*.tribalwars.net/game.php*
// @grant none
// @run-at document-end
// ==/UserScript==
const SERVER = getCurrentServer();