This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var spearCount = document.getElementById('spear').innerText; | |
var swordCount = document.getElementById('sword').innerText; | |
var spyCount = document.getElementById('spy').innerText; | |
var lightCount = document.getElementById('light').innerText; | |
var message = 'Spear: ' + spearCount + | |
'\nSword: ' + swordCount + | |
'\nSpy: ' + spyCount + | |
'\nLight: ' + lightCount; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var element = document.getElementById("selectAllUnits"); | |
element.click(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(async () => { | |
if (typeof window.twLib === 'undefined') { | |
window.twLib = { | |
queues: null, | |
init: function () { | |
if (this.queues === null) { | |
this.queues = this.queueLib.createQueues(5); | |
} | |
}, | |
queueLib: { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Etiqueta persnoalizada - By Best | |
// @version Release | |
// @author PhilipsNostrum and Kirgonix (V2.0) | |
// @author Diogo Rocha and Bernas (V1.0) | |
// @include https://*&screen=overview | |
// @include https://&mode=incomings | |
// @include https://&screen=info_village& | |
// @include https://&screen=place | |
// @include https://?screen=place&t=&village=* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Script Name: Single Village Snipe | |
* Version: v2.1.3 | |
* Last Updated: 2023-02-26 | |
* Author: RedAlert | |
* Author URL: https://twscripts.dev/ | |
* Author Contact: RedAlert#9859 (Discord) | |
* Approved: N/A (approved after the script approval rules change) | |
* Approved Date: 2021-02-27 | |
* Mod: JawJaw |