Skip to content

Instantly share code, notes, and snippets.

@furu
Last active March 17, 2016 15:49
Show Gist options
  • Save furu/f6ebbf1dbf54d71f6a41 to your computer and use it in GitHub Desktop.
Save furu/f6ebbf1dbf54d71f6a41 to your computer and use it in GitHub Desktop.
// ==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