Enhanced AG Grid Functionality

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

目前為 2025-05-23 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Enhanced AG Grid Functionality
// @version      4.6
// @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/*
// @author       Hamad AlShegifi (updated by AI)
// @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或关注我们的公众号极客氢云获取最新地址