Skip to content

Commit 5f6017f

Browse files
authored
feat: add PerplexityAI as a search engine option
1 parent c9cbd94 commit 5f6017f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ The search dialogue allows you to display a search bar with various search engin
8585

8686
To select search engine, simply prefix the query with the corresponding `!<id>`. By default, the defined search engines are:
8787

88+
- `!p`: PerplexityAI
8889
- `!g`: Google
8990
- `!d`: DuckDuckGo (default)
9091

userconfig.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const default_configuration = {
1919
},
2020
search: {
2121
engines: {
22+
p: ["https://www.perplexity.ai/search/?q=", "PerplexityAI"],
2223
d: ["https://duckduckgo.com/?q=", "DuckDuckGo"],
2324
g: ["https://google.com/search?q=", "Google"],
2425
},
@@ -28,7 +29,7 @@ const default_configuration = {
2829
},
2930
disabled: [],
3031
localIcons: false,
31-
fastlink: "https://chat.openai.com",
32+
fastlink: "https://www.perplexity.ai",
3233
openLastVisitedTab: true,
3334
tabs: [
3435
{

0 commit comments

Comments
 (0)