Stay Open

Keep Rows Maximized; Neopets Hospital Volunteer Centre.

// ==UserScript==
// @name         Stay Open
// @namespace    https://github.com/Airazone
// @version      v1.1
// @description  Keep Rows Maximized; Neopets Hospital Volunteer Centre.
// @author       Airazon
// @match        https://www.neopets.com/hospital/volunteer.phtml
// @icon         https://www.google.com/s2/favicons?sz=64&domain=neopets.com
// @grant        none
// @license      GNU GPLv3
// ==/UserScript==

(function() {
    'use strict';

   document.getElementById('Act2Pane').className = 'vc-act maximize';
   document.getElementById('Act3Pane').className = 'vc-act maximize';

    const elements = document.querySelectorAll(".vc-fights");
    elements.forEach(element => {element.style.height = "100%";
    });
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址