All files are assets for an article at:
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 ER auto-login | |
// @namespace https://github.com/Brayyy | |
// @version 1.5.0 | |
// @description Automatically login to ER using Microsoft providor | |
// @author [email protected] | |
// @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 |
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 ER Kibana - Show/hide filter div | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description try to take over the world! | |
// @author [email protected] | |
// @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 |
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 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 [email protected] | |
// @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 |