Skip to content

Commit

Permalink
feat: add bypass for 2023-01-09 update modal
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Jan 11, 2023
1 parent a70d6f5 commit c64d305
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/chatgpt-api-browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c64d305

Please sign in to comment.