A lightweight browser extension that adds a universal search shortcut (Ctrl+K / Cmd+K) to any webpage. The extension intelligently finds and focuses on the search input field, making navigation more efficient.
- Universal keyboard shortcut (Ctrl+K on Windows/Linux, Cmd+K on macOS)
- Smart search input detection using multiple strategies
- Supports various search input patterns across different websites
- Works with both English and Finnish language indicators
- Prevents conflicts with browser's default shortcuts
- Clone this repository
- Run
npm install
to install dependencies - Build the extension with
npm run build
- Load the extension from the
dist
directory in your browser
# Install dependencies
npm install
# Build the extension
npm run build
# Run the extension in development mode
npm run dev
The extension uses a comprehensive set of selectors to identify search inputs, including:
- Standard search inputs
- ARIA-labeled elements
- Role-based search forms
- Common class and ID patterns
- E-commerce specific patterns
- Multilingual support (English/Finnish)
MIT License - See LICENSE file for details
Niko Salonen
Pull requests are welcome. Especially for adding support for more websites and languages. For major changes, please open an issue first to discuss what you would like to change.