您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Enables site search for Arc browser and others using shortcuts
Note: This is for users who use Brave Search or any other search that is not present in the supported search engines below. The only change from the other userscript is that Brave search shortcut is removed from here. This is because userscript won't work if any of the search engines in the userscript is set as default.
Here's the other version for users with Google search engine as default: Site Search for Google Users
For users who have any of the below search engines as default, you will have to manually edit the userscript and remove the search engine from the domains and searchEngines list.
You can leave any feedback if you want some improvements or if there are issues, and I may take a look at it.
Shortcut | Site |
---|---|
@perplexity | Perplexity AI |
@g | |
@youtube | YouTube |
@morphic | Morphic |
@qwant | Qwant |
@phind | Phind |
@yandex | Yandex |
@perplexity how to make pasta
@youtube funny cats
@phind javascript arrays
The script will instantly redirect you to the corresponding search engine with your query.
searchEngines
arrayjavascript
{
shortcut: '@example',
url: 'https://example.com/search?q=%s'
}
searchDomains
Set:
javascript
const searchDomains = new Set([
'example.com',
// other domains...
]);
searchEngines
arraysearchDomains
Set⚠️ Do not add your browser's default search engine to the script. This can cause redirect loops because:
For example, if you use Brave Search as your default search engine, don't add the @brave
shortcut to the script.
The script supports various search query parameters:
q
(most search engines)search_query
(YouTube)text
(Yandex)QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址