Add dynamic workbench buttons under tab bar with toggle and color support (Enhanced Stability)
// ==UserScript==
// @name kaauh.org Lab Workbench Buttons
// @namespace Violentmonkey Scripts
// @version 4.9
// @description Add dynamic workbench buttons under tab bar with toggle and color support (Enhanced Stability)
// @match https://his.kaauh.org/lab/*
// @grant none
// ==/UserScript==
// Constants for row click highlight
const CLICKED_ROW_EXPIRY_PREFIX = 'clicked_row_expiry_';
const CLICK_DURATION_MS = 60 * 1000; // 1 minute