Primewire AutoFocus Search Field

Does what it says on the tin

// ==UserScript==
// @name         Primewire AutoFocus Search Field
// @namespace    http://tampermonkey.net/
// @version      1
// @description  Does what it says on the tin
// @author       blackcat
// @match        http://www.primewire.is/*
// @match        http://www.primewire.ag/*
// @match        http://www.primewire.org/*
// @grant        none
// ==/UserScript==

(function() {  
        document.getElementById("search_term").focus();
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址