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

This commit is contained in:
Dawid Wysokiński 2024-04-03 07:38:16 +02:00
parent a637e66258
commit 8496747ac8
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ This script adds additional info and actions on a player overview.
Quick bar:
```javascript
javascript:
$.getScript('https://scripts.tribalwarshelp.com/extended-player-profile.quickbar.js')
$.getScript('https://scripts.tribalwarshelp.com/extended-player-profile.quickbar.js?_='+~~(Date.now()/9e6))
```
### Extended tribe profile
@ -50,7 +50,7 @@ This script adds additional info and actions on a tribe overview.
Quick bar:
```javascript
javascript:
$.getScript('https://scripts.tribalwarshelp.com/extended-tribe-profile.quickbar.js')
$.getScript('https://scripts.tribalwarshelp.com/extended-tribe-profile.quickbar.js?_='+~~(Date.now()/9e6))
```
### Extended map popup
@ -66,7 +66,7 @@ This script extends the map popup with additional info.
Quick bar:
```javascript
javascript:
$.getScript('https://scripts.tribalwarshelp.com/extended-map-popup.quickbar.js')
$.getScript('https://scripts.tribalwarshelp.com/extended-map-popup.quickbar.js?_='+~~(Date.now()/9e6))
```
### Extended village profile
@ -82,7 +82,7 @@ This script adds additional info and actions on a village overview.
Quick bar:
```javascript
javascript:
$.getScript('https://scripts.tribalwarshelp.com/extended-village-profile.quickbar.js')
$.getScript('https://scripts.tribalwarshelp.com/extended-village-profile.quickbar.js?_='+~~(Date.now()/9e6))
```
## Contributing