This userscript automatically clicks away pop-ups and dialogs on perplexity.ai to streamline your browsing experience.
- Detects and auto-clicks common pop-ups (sign-in, SSO, app download, etc.)
- Optionally shows a toast notification when an action is performed
- Customizable button/text matching logic
- Install a userscript manager like Tampermonkey or Violentmonkey.
- Tampermonkey
- Install Tampermonkey
- Open Tampermonkey dashboard
- Navigate to
utilities
tab - Paste the
auto-clicker.js
raw URL into theImport from URL
field and click the "install" buttonhttps://raw.githubusercontent.com/frostius/perplexity-clicker/refs/heads/main/auto-clicker.js
- Save and enable the script.
- Option A:
- Copy the contents of
auto-clicker.js
into a new userscript. - Save and enable the script.
- Copy the contents of
- To add or change which pop-ups are auto-clicked, edit the
BUTTONS
array inauto-clicker.js
. - Toast notifications can be toggled via the
SHOW_TOAST
constant at the top of the script.
This script is provided as-is. Use at your own risk. You are your own technical support.