Skip to content

Instantly share code, notes, and snippets.

@louwers
Created February 1, 2015 11:47
Show Gist options
  • Save louwers/a73ff309a9e8947a2cb1 to your computer and use it in GitHub Desktop.
Save louwers/a73ff309a9e8947a2cb1 to your computer and use it in GitHub Desktop.
Pinterest focus on search
// ==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