diff --git a/README.md b/README.md index 1812e41..489eca2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,29 @@ -# Scripts +# Tribal Wars - scripts +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 to a player's profile. + +![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') +``` + +## License + +Distributed under the MIT License. See ``LICENSE`` for more information. + +## Contact + +Dawid WysokiƄski - [contact@dwysokinski.me](mailto:contact@dwysokinski.me) diff --git a/docs/extended-player-profile.png b/docs/extended-player-profile.png new file mode 100644 index 0000000..b3cf0c0 Binary files /dev/null and b/docs/extended-player-profile.png differ