Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Update CATALOG.md #1576

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions CATALOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down