Skip to content

Instantly share code, notes, and snippets.

View SQSh1's full-sized avatar

SQ Shabani SQSh1

  • Earth
View GitHub Profile
@SQSh1
SQSh1 / perplexity-search.xml
Created October 20, 2025 07:08
OpenSearch engine for Perplexity AI (for Firefox
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Perplexity AI</ShortName>
<Description>Search with Perplexity AI</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16" type="image/x-icon">https://www.perplexity.ai/favicon.ico</Image>
<Url type="text/html" method="get" template="https://www.perplexity.ai/search?q={searchTerms}"/>
</OpenSearchDescription>