perplex-plus
v0.0.72
Published
[](package.json)
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
# Generate documentation
bun run docs
# Watch and regenerate documentation on changes
bun run docs:watch
# Serve documentation locally with working navigation
bun run docs:serveDocumentation
The project uses TypeDoc to generate API documentation. Documentation is automatically generated and deployed via GitLab CI/CD pipeline.
To generate documentation locally:
bun run docsTo view documentation locally with working navigation:
bun run docs:serveOnline documentation is available at: monnef.gitlab.io/perplex-plus
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
AGPL 3.0
