Skip to content

Instantly share code, notes, and snippets.

// ==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==