Skip to content

Instantly share code, notes, and snippets.

@AnthraX1
AnthraX1 / gist:a158d4399d33c1d1757f6c2f1730cc3f
Last active January 3, 2023 10:06
Tampermonkey script to remove top search bar in Kibana 8.x and add column resize inputs in Discover.
// ==UserScript==
// @name Kibana resize
// @namespace http://tampermonkey.net/
// @version 8.0
// @description important: update matching url in the script. Script adds input fields for column width. Empty field resets width to auto.
// @author Anthr@X
// @include *://*/app/*
// @grant GM_addStyle
// @grant unsafeWindow
// ==/UserScript==