scripts/README.md

78 lines
1.7 KiB
Markdown
Raw Normal View History

# Tribal Wars - scripts
2022-12-31 10:15:23 +00:00
This repo contains a variety of scripts for [Tribal Wars](https://www.tribalwars.net/en-dk/).
## Scripts
### Extended player profile
This script adds additional info and actions on a player overview.
![img.png](docs/extended-player-profile.png)
#### Installation
[User script](https://scripts.tribalwarshelp.com/extended-player-profile.user.js)
Quick bar:
```javascript
javascript:
$.getScript('https://scripts.tribalwarshelp.com/extended-player-profile.quickbar.js')
```
### Extended tribe profile
This script adds additional info and actions on a tribe overview.
![img.png](docs/extended-tribe-profile.png)
#### Installation
[User script](https://scripts.tribalwarshelp.com/extended-tribe-profile.user.js)
Quick bar:
```javascript
javascript:
$.getScript('https://scripts.tribalwarshelp.com/extended-tribe-profile.quickbar.js')
```
### Extended map popup
This script extends the map popup with additional info.
![img.png](docs/extended-map-popup.png)
#### Installation
[User script](https://scripts.tribalwarshelp.com/extended-map-popup.user.js)
Quick bar:
```javascript
javascript:
$.getScript('https://scripts.tribalwarshelp.com/extended-map-popup.quickbar.js')
```
### Extended village profile
This script adds additional info and actions on a village overview.
![img.png](docs/extended-village-profile.png)
#### Installation
[User script](https://scripts.tribalwarshelp.com/extended-village-profile.user.js)
Quick bar:
```javascript
javascript:
$.getScript('https://scripts.tribalwarshelp.com/extended-village-profile.quickbar.js')
```
## License
Distributed under the MIT License. See ``LICENSE`` for more information.
## Contact
Dawid Wysokiński - [contact@dwysokinski.me](mailto:contact@dwysokinski.me)