Skip to content

Instantly share code, notes, and snippets.

@Brayyy
Brayyy / README.md
Last active February 22, 2022 17:36
Blog 2022.02.21 Redis Lua tests
@Brayyy
Brayyy / ER auto-login.user.js
Last active April 4, 2024 21:58
UserScript - ExtremeReach auto-login
// ==UserScript==
// @name ER auto-login
// @namespace https://github.com/Brayyy
// @version 1.4.1
// @description Automatically login to ER using Google providor
// @author balmini@extremereach.com
// @match https://app.extremereach.com/Login*
// @match https://app.dev-extremereach.com/Login*
// @icon https://www.google.com/s2/favicons?sz=64&domain=extremereach.com
// @updateURL https://gist.github.com/Brayyy/09d01cb4ef27d5d09a2243553e624481/raw/ER%2520auto-login.user.js
@Brayyy
Brayyy / ER Kibana - Show-hide filters.user.js
Created April 18, 2023 21:26
UserScript - ER Kibana - Show/hide filter div
// ==UserScript==
// @name ER Kibana - Show/hide filter div
// @namespace http://tampermonkey.net/
// @version 1.0
// @description try to take over the world!
// @author balmini@extremereach.com
// @match http://elk.extremereach.io:5601/app/discover
// @match http://elk.dev.extremereach.io:5601/app/discover
// @icon https://www.google.com/s2/favicons?sz=64&domain=extremereach.io
// @grant none
@Brayyy
Brayyy / ER ticket-search-cleanup.user.js
Last active September 7, 2023 21:47
UserScript - ExtremeReach fix poorly designed Kendo tables
// ==UserScript==
// @name ER ticket search cleanup
// @namespace https://github.com/Brayyy
// @version 1.2.1
// @description Fix all screwy things about the ticket search page, including column widths and search box layout, and more to come! (hopefully)
// @author balmini@extremereach.com
// @match https://app.extremereach.com/cs/tickets/search
// @icon https://www.google.com/s2/favicons?sz=64&domain=extremereach.com
// @updateURL https://gist.github.com/Brayyy/f58a7656642674a6c7f8e836aec5f759/raw/ER%2520ticket-search-cleanup.user.js
// @downloadURL https://gist.github.com/Brayyy/f58a7656642674a6c7f8e836aec5f759/raw/ER%2520ticket-search-cleanup.user.js