This commit is contained in:
Pierre Baudin 2023-09-29 21:46:07 +08:00 committed by GitHub
commit 78672bf992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -62,6 +62,15 @@ nativefier 'https://docs.google.com/spreadsheets' \
--user-agent firefox
```
### ChatGPT
Changing user agent is also necessary to get past login on openAI pages
```sh
nativefier 'chat.openai.com/chat' \
--user-agent firefox
```
### Outlook
```sh