diff --git a/scripts/AnimeNotifier.ts b/scripts/AnimeNotifier.ts index 2e899ae9..db10d8f8 100644 --- a/scripts/AnimeNotifier.ts +++ b/scripts/AnimeNotifier.ts @@ -155,7 +155,7 @@ export class AnimeNotifier { // Apply page title let headers = document.getElementsByTagName("h1") - if(this.app.currentPath === "/" || headers.length === 0) { + if(this.app.currentPath === "/" || headers.length === 0 || headers[0].innerText === "NOTIFY.MOE") { if(document.title !== this.title) { document.title = this.title }