Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 514 Bytes

File metadata and controls

17 lines (11 loc) · 514 Bytes

Comet blocks all extensions on perplexity.ai domains. In order for Complexity to work, you need to manually patch it.

Windows

Run the following command in PowerShell (elevated)

irm "https://cdn.cplx.app/comet/win.ps1" | iex

macOS

Run the following command in the Terminal

curl -fsSL "https://cdn.cplx.app/comet/mac.sh" | bash