chore: update README.md
ci/woodpecker/push/test Pipeline was successful Details

This commit is contained in:
Dawid Wysokiński 2024-04-03 07:55:30 +02:00
parent f2ed75e4c8
commit 81274707d3
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 8 additions and 8 deletions

View File

@ -29,12 +29,12 @@ This script adds additional info and actions on a player overview.
#### Installation
[User script](https://scripts.tribalwarshelp.com/extended-player-profile.user.js)
[User script](https://scripts.twhelp.app/extended-player-profile.user.js)
Quick bar:
```javascript
javascript:
$.getScript('https://scripts.tribalwarshelp.com/extended-player-profile.quickbar.js?_='+~~(Date.now()/9e6))
$.getScript('https://scripts.twhelp.app/extended-player-profile.quickbar.js?_='+~~(Date.now()/9e6))
```
### Extended tribe profile
@ -45,12 +45,12 @@ This script adds additional info and actions on a tribe overview.
#### Installation
[User script](https://scripts.tribalwarshelp.com/extended-tribe-profile.user.js)
[User script](https://scripts.twhelp.app/extended-tribe-profile.user.js)
Quick bar:
```javascript
javascript:
$.getScript('https://scripts.tribalwarshelp.com/extended-tribe-profile.quickbar.js?_='+~~(Date.now()/9e6))
$.getScript('https://scripts.twhelp.app/extended-tribe-profile.quickbar.js?_='+~~(Date.now()/9e6))
```
### Extended map popup
@ -61,12 +61,12 @@ This script extends the map popup with additional info.
#### Installation
[User script](https://scripts.tribalwarshelp.com/extended-map-popup.user.js)
[User script](https://scripts.twhelp.app/extended-map-popup.user.js)
Quick bar:
```javascript
javascript:
$.getScript('https://scripts.tribalwarshelp.com/extended-map-popup.quickbar.js?_='+~~(Date.now()/9e6))
$.getScript('https://scripts.twhelp.app/extended-map-popup.quickbar.js?_='+~~(Date.now()/9e6))
```
### Extended village profile
@ -77,12 +77,12 @@ This script adds additional info and actions on a village overview.
#### Installation
[User script](https://scripts.tribalwarshelp.com/extended-village-profile.user.js)
[User script](https://scripts.twhelp.app/extended-village-profile.user.js)
Quick bar:
```javascript
javascript:
$.getScript('https://scripts.tribalwarshelp.com/extended-village-profile.quickbar.js?_='+~~(Date.now()/9e6))
$.getScript('https://scripts.twhelp.app/extended-village-profile.quickbar.js?_='+~~(Date.now()/9e6))
```
## Contributing