Migrate to manifest v3

This commit is contained in:
2023-12-10 11:15:53 +03:00
parent 4089f640ea
commit 91f1833534
18 changed files with 1141 additions and 1138 deletions

View File

@@ -43,5 +43,4 @@ export class UrlController {
clearInterval(this.interval)
this.interval = null
}
}
}

View File

@@ -1,3 +1,3 @@
export function getChatBody() {
return document.getElementsByClassName("_im_peer_history im-page-chat-contain")[0];
}
}