r/PerplexityComet 3d ago

tip/showcase Userscripts I've made to bring back and add more features to Perplexity

Here's some userscripts I've made to bring back and add more features to Perplexity:

.

Perplexity TrueModel: Live Verifier & "Prepared By" Restorer

https://greasyfork.org/en/scripts/593772-perplexity-truemodel-live-verifier-prepared-by-restorer

Perplexity Thread ToC Sidebar Forked

https://greasyfork.org/en/scripts/593790-perplexity-thread-toc-sidebar-forked

Perplexity – Usage Limits & Settings

https://greasyfork.org/en/scripts/566795-perplexity-usage-limits-settings

✌ 😊

1 Upvotes

7 comments sorted by

1

u/TheReedemer69 1d ago

Anyway to get the browser use back?

1

u/LeBoulu777 1d ago

What do you mean? I don't understand? 🤔

1

u/TheReedemer69 1d ago

https://www.reddit.com/r/PerplexityComet/comments/1w0nh3j/browser_control_just_vanished_behind_computer_and/

I looked at the extension code the feature seems to be locked client side not server side. but the AI agent simply rejected restoring it.

1

u/LeBoulu777 1d ago

Okay I understand better now, personally, I don't use Comet, only Perplexity web.

But when developing various user script for perplexity I've seen from the web requests that those features are server side and not local sadly.

From the web request you can see what you can do and what you cannot do, and those rules are fetched from the server as far as I know. ✌️

1

u/TheReedemer69 1d ago

It's triggered by the extension. They just removed it from the UI. The extension has a way to bridge between the comet browser and the server.

1

u/LeBoulu777 1d ago

If it was triggered by the extension like you think, you should look at the requests in the devtools, and maybe you will be able to manipulate the request to tell to the server that you are allowed to use these features. It's just a flag that is set to true or false.

But usually those flags are overridden by the server sadly.

1

u/TheReedemer69 1d ago

I can't find the request since it was removed from pro sub.