Skip to content

Instantly share code, notes, and snippets.

View KargJonas's full-sized avatar
👨‍🔬
Still testing ...

Jonas Karg KargJonas

👨‍🔬
Still testing ...
View GitHub Profile
@KargJonas
KargJonas / focus-search.js
Last active November 2, 2025 13:30
ViolentMonkey script for focussing search bars when you press tab.
// ==UserScript==
// @name Focus Search on Tab
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Focus the main search input when Tab is pressed
// @match *://*/*
// @grant none
// ==/UserScript==
(function() {