2007-11-01から1ヶ月間の記事一覧

キーボードの「Search」ボタンでFirefoxの検索ボックスにフォーカスを移動

みんなもっとゴテゴテしたキーボード使おうよ! Browser_Search:: ;; 起動してなかったら起動 IfWinNotExist, ahk_class MozillaUIWindowClass { Run, C:\PROGRA~1\MOZILL~1\FIREFOX.EXE } ;; フォーカスがあたってなかったらあてる IfWinActive, ahk_class …

referrerに戻る

「新しいタブで開く」とかした場合に困るので。どっかで見たんだけど… // ==UserScript== // @name back_referrer // @namespace http://nazo.yi.org/ // @include * // ==/UserScript== (function(){ if( document.referrer ){ GM_registerMenuCommand( "ba…