0.0.1 • Published 4 months ago

perplex-plus v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

Perplex+

version

Perplex+ is a userscript that allows easier access to Perplexity AI interface.

Installation

  1. Install a userscript manager like Violentmonkey
  2. 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: Main application logic and UI of the debug userscript
  • src/lib.ts: Core library exposing helper functions
  • src/pplx-helpers.ts: Perplexity-specific element selectors
  • src/jquery-utils.ts: jQuery utilities

Selectors

  • primarily prompt areas
  • left panel
  • home widgets
  • image generation overlay

License

MIT License