feat: add bypass for 2023-01-09 update modal

pull/257/head
Travis Fischer 2023-01-11 03:42:13 -06:00
rodzic a70d6f5452
commit c64d3055cc
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -151,6 +151,14 @@ export class ChatGPTAPIBrowser extends AChatGPTAPI {
'oai/apps/hasSeenReleaseAnnouncement/2022-12-15',
'true'
)
window.localStorage.setItem(
'oai/apps/hasSeenReleaseAnnouncement/2022-12-19',
'true'
)
window.localStorage.setItem(
'oai/apps/hasSeenReleaseAnnouncement/2023-01-09',
'true'
)
})
// await maximizePage(this._page)