Commit c64d3055 authored by Travis Fischer's avatar Travis Fischer

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

parent a70d6f54
...@@ -151,6 +151,14 @@ export class ChatGPTAPIBrowser extends AChatGPTAPI { ...@@ -151,6 +151,14 @@ export class ChatGPTAPIBrowser extends AChatGPTAPI {
'oai/apps/hasSeenReleaseAnnouncement/2022-12-15', 'oai/apps/hasSeenReleaseAnnouncement/2022-12-15',
'true' '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) // await maximizePage(this._page)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment