This file contains 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 Mikrotik WebFig Unfold Extend | |
// @version 1 | |
// @grant none | |
// @include http://*/webfig/* | |
// ==/UserScript== | |
setInterval( | |
function() { | |
if(document.body.className.search(/(^| )serve-formToggle( |$)/) == -1) { |