This repository has been archived on 2023-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Dawid Wysokiński ea0d8fb19b add LICENSE 2020-07-18 13:16:52 +02:00
dist add readme.md and scrreenshots 2020-07-18 13:11:33 +02:00
screenshots add readme.md and scrreenshots 2020-07-18 13:11:33 +02:00
src add readme.md and scrreenshots 2020-07-18 13:11:33 +02:00
.gitignore change structure of the repo, rename lastEnnoblements -> latestEnnoblements, add basic filters to latestEnnoblements 2020-07-11 12:08:26 +02:00
LICENSE add LICENSE 2020-07-18 13:16:52 +02:00
package.json extendedTribeProfile: add OD, ODA, ODS, ODD, daily growth and link to TWStats to member table 2020-07-17 15:05:13 +02:00
readme.md add readme.md and scrreenshots 2020-07-18 13:11:33 +02:00
yarn.lock extendedTribeProfile: add OD, ODA, ODS, ODD, daily growth and link to TWStats to member table 2020-07-17 15:05:13 +02:00

readme.md

Scripts for the browser game tribal wars.

Installation

  1. Add Tampermonkey to your browser.
  2. Select a script that you wish to use, and copy the code.
  3. Open Tampermonkey in your browser and click the Add Script tab (icon with a plus symbol)
  4. Paste the code, hit save (shortcut: CTRL + s).
  5. The script should be visible in the game.

Scripts

1. Latest ennoblements

Code

This script shows you the latest ennoblements from your server. It's working in real-time.

Screenshot

2. Extended player profile

Code

This script adds a lot of useful actions and pieces of information to the player profile.

  • Daily growth
  • Best rank
  • Join date
  • Most points
  • Most villages
  • Player's other worlds
  • Player's other names
  • Today's stat changes
  • 'In a day' best scores
  • Tribe changes
  • Player history
  • Player ennoblements

Screenshot

3. Extended tribe profile

Code

This script adds a lot of useful actions and pieces of information to the tribe profile.

  • Dominance
  • Best rank
  • Create date
  • Most points
  • Most villages
  • Today's stat changes
  • Tribe changes
  • Tribe history
  • Tribe ennoblements
  • Members growth
  • OD, ODA, ODD, ODS ranks and scores to tribe members

Screenshot

4. Extended village profile

Code

This script adds 'Show ennoblements' action.

Screenshot