Site Search for Arc Browser

Enables site search for Arc browser and others using shortcuts

ผู้เขียน
faisalbhuiyan3038
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
5
คะแนน
0 0 0
เวอร์ชัน
0.1
สร้างเมื่อ
30-11-2024
อัปเดตเมื่อ
30-11-2024
สัญญาอนุญาต
MIT
ปรับใช้กับ
ไซต์ทั้งหมด

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.

Features

  • Instant redirection to search results
  • Multiple search engines support
  • Easy to customize and extend

Supported Search Engines

Shortcut Site
@perplexity Perplexity AI
@g Google
@youtube YouTube
@morphic Morphic
@qwant Qwant
@phind Phind
@yandex Yandex

Usage

  1. Install a userscript manager (like Tampermonkey)
  2. Install this userscript
  3. In any search box, type a shortcut followed by your search query
    • Example: @perplexity how to make pasta
    • Example: @youtube funny cats
    • Example: @phind javascript arrays

The script will instantly redirect you to the corresponding search engine with your query.

Customization

Adding a New Search Engine
  1. Open the userscript
  2. Find the searchEngines array
  3. Add a new entry following this format: javascript { shortcut: '@example', url: 'https://example.com/search?q=%s' }
  4. Add the domain to the searchDomains Set: javascript const searchDomains = new Set([ 'example.com', // other domains... ]);
Removing a Search Engine
  1. Remove its entry from the searchEngines array
  2. Remove its domain from the searchDomains Set

Important Note About Default Search Engines

⚠️ Do not add your browser's default search engine to the script. This can cause redirect loops because:

  1. When you search, your browser first redirects to your default search engine
  2. The script then tries to redirect from there
  3. This creates a conflict and breaks the functionality

For example, if you use Brave Search as your default search engine, don't add the @brave shortcut to the script.

Query Parameter Support

The script supports various search query parameters:

  • q (most search engines)
  • search_query (YouTube)
  • text (Yandex)