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 #### 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: Quick bar:
```javascript ```javascript
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 ### Extended tribe profile
@ -45,12 +45,12 @@ This script adds additional info and actions on a tribe overview.
#### Installation #### 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: Quick bar:
```javascript ```javascript
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 ### Extended map popup
@ -61,12 +61,12 @@ This script extends the map popup with additional info.
#### Installation #### 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: Quick bar:
```javascript ```javascript
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 ### Extended village profile
@ -77,12 +77,12 @@ This script adds additional info and actions on a village overview.
#### Installation #### 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: Quick bar:
```javascript ```javascript
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 ## Contributing