Created
November 5, 2013 05:25
-
-
Save saihoooooooo/7314352 to your computer and use it in GitHub Desktop.
weblio辞書の検索バーを殺す
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 weblio-searchbar-killer | |
| // @namespace weblio-searchbar-killer | |
| // @include http://ejje.weblio.jp/* | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== | |
| $(function () { | |
| $('#formFixBoxCntE').remove(); | |
| $('#combo_txt').blur(); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment