Skip to content

Instantly share code, notes, and snippets.

@saihoooooooo
Created November 5, 2013 05:25
Show Gist options
  • Select an option

  • Save saihoooooooo/7314352 to your computer and use it in GitHub Desktop.

Select an option

Save saihoooooooo/7314352 to your computer and use it in GitHub Desktop.
weblio辞書の検索バーを殺す
// ==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