Skip to content

Instantly share code, notes, and snippets.

@Endeer
Endeer / greasemonkey-mikrotik-webfig-unfold-extend.js
Last active November 4, 2023 20:59
Fix the new Mikrotik UI so that all sections are open and extended to the full width of the window as it used to be before.
// ==UserScript==
// @name Mikrotik WebFig Unfold Extend
// @version 1
// @grant none
// @include http://*/webfig/*
// ==/UserScript==
setInterval(
function() {
if(document.body.className.search(/(^| )serve-formToggle( |$)/) == -1) {