diff --git a/build/manifest.json b/build/manifest.json index ddbe236..7b1f04b 100644 --- a/build/manifest.json +++ b/build/manifest.json @@ -22,7 +22,7 @@ "js": ["scripts/helpers.js", "scripts/main.js"] }, { - "matches": ["https://www.nationstates.net/page=blank/raspberry=settings"], + "matches": ["https://www.nationstates.net/page=blank/gauntlet=settings"], "exclude_matches": ["https://forum.nationstates.net/*"], "run_at": "document_idle", "js": ["scripts/settings.js"] diff --git a/src/buttons.ts b/src/buttons.ts index e8e1896..1ed647e 100644 --- a/src/buttons.ts +++ b/src/buttons.ts @@ -12,7 +12,7 @@ function addButton(label: string, callback: (e: MouseEvent) => void) document.querySelector('#loginswitcher').parentNode.insertBefore(belDiv, document.querySelector('#loginswitcher')); } -addButton('Raspberry Settings', (e: MouseEvent): void => +addButton('Gauntlet Settings', (e: MouseEvent): void => { - window.location.href = '/page=blank/raspberry=settings'; + window.location.href = '/page=blank/gauntlet=settings'; }); \ No newline at end of file diff --git a/src/settings.ts b/src/settings.ts index a4bfcae..27f143f 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -1,4 +1,4 @@ -document.querySelector('#content').innerHTML = `

Raspberry Settings

+document.querySelector('#content').innerHTML = `

Gauntlet Settings

Keys