perplex-plus
v0.0.21
Published
[](package.json)
Downloads
1,070
Maintainers
Readme
Perplex+
Perplex+ is a library that allows easier access to Perplexity AI UI.
Installation
- Install a userscript manager like Violentmonkey
- Install the Perplex+ script
Development
Prerequisites
Scripts
# Development
bun run dev
# Build
bun run build
Technical Details
Dependencies
- jQuery
- Vite
- TypeScript
Architecture
The project is structured as:
src/main.ts
: Dev/debug userscriptsrc/lib.ts
: Core library exposing helper functions
Selectors
- primarily prompt areas
- left panel
- home widgets
- image generation overlay
- code blocks
- response cards
License
MIT License