Last active
March 17, 2016 15:49
-
-
Save furu/f6ebbf1dbf54d71f6a41 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 My Hatena Bookmark Search Box Autofocus | |
// @namespace https://tfrkd.org/ | |
// @version 0.2 | |
// @description 自分のはてなブックマークページで検索ボックスにオートフォーカスさせるやつ | |
// @author furu | |
// @match http://b.hatena.ne.jp/furu33/bookmark | |
// @grant none | |
// ==/UserScript== | |
'use strict'; | |
document.getElementById('user-search-field').focus(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment