Enhanced AG Grid Functionality

Adds vibrant row hover effect, conditional status styling, emergency row highlighting, and 1-min green highlight on row click.

// ==UserScript==
// @name         Enhanced AG Grid Functionality
// @version      4.7
// @description  Adds vibrant row hover effect, conditional status styling, emergency row highlighting, and 1-min green highlight on row click.
// @match        https://his.kaauh.org/lab/*
// @grant        GM_addStyle
// @namespace    http://tampermonkey.net/
// ==/UserScript==



    // Constants for row click highlight
    const CLICKED_ROW_EXPIRY_PREFIX = 'clicked_row_expiry_';
    const CLICK_DURATION_MS = 60 * 1000; // 1 minute

  

QingJ © 2025

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