Created
February 1, 2015 11:47
-
-
Save louwers/a73ff309a9e8947a2cb1 to your computer and use it in GitHub Desktop.
Pinterest focus on search
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Pinboard focus on search | |
// @namespace clishem | |
// @include https://pinboard.in/u:extrintr | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
window.onload = function() { | |
document.getElementById("search_query_field").focus(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment