kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
feat: add bypass for 2023-01-09 update modal
rodzic
a70d6f5452
commit
c64d3055cc
|
@ -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)
|
||||||
|
|
Ładowanie…
Reference in New Issue