From 8496747ac85d6d85d864c5cad5a8abb12a0503d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Wysoki=C5=84ski?= Date: Wed, 3 Apr 2024 07:38:16 +0200 Subject: [PATCH] chore: update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ec6ab00..47a6db4 100644 --- a/README.md +++ b/README.md @@ -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