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 Fix Kibana Search Box | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description See https://github.com/elastic/kibana/issues/7801 for what this fixes. | |
// @author http://github.com/chrislwade | |
// @match http://*/app/kibana | |
// @grant GM_addStyle | |
// ==/UserScript== |