diff --git a/userscript/features/empire.js b/userscript/features/empire.js index e09a1c5..e7114ad 100644 --- a/userscript/features/empire.js +++ b/userscript/features/empire.js @@ -78,7 +78,7 @@ function parseEmpirePage () { */ function injectUploadSection () { const html = ` - +
@@ -88,7 +88,7 @@ function injectUploadSection () { -
Teamview
+ ` document.querySelector('content table').insertAdjacentHTML('beforebegin', html) document.getElementById('teamview-upload').addEventListener('click', uploadEmpire)