Extension to quicky enter the search bar of a website
git clone https://github.com/Alpha1337k/short-search.git
- Goto
chrome://extensions/
- Enable developer mode
- Click on
Load extension package
and select the cloned folder
- Get the part of the url that you want to match! It uses regex so you can use that aswell.
- Using the inspector, get the identifier of the searchbar! it can be an id, name or class (preferred in that order)
- Click the Add identifier and the Save changes button!
- Done!
- Press the shortcut you use! By default its Ctrl+Shift+1, but you can change this to whatever in
chrome://extensions/shortcuts
- If everything was set up well, you should be redirected to the searchbar!
- Enjoy