From 995064254c62533eda4833852f8a0fb7c56be5a0 Mon Sep 17 00:00:00 2001 From: luxick Date: Wed, 26 Feb 2025 09:01:28 +0100 Subject: [PATCH] Update esp-fixes.user.js Include WASM ESP domain --- esp-fixes.user.js | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/esp-fixes.user.js b/esp-fixes.user.js index 81484f8..e736c86 100644 --- a/esp-fixes.user.js +++ b/esp-fixes.user.js @@ -1,13 +1,14 @@ // ==UserScript== // @name ESP Fixes // @namespace https://esp.eas-cpq.de/ -// @version 1.8 +// @version 1.9 // @description Collection of fixes for the EAS Service Portal // @updateURL https://raw.githubusercontent.com/luxick/scripts/master/esp-fixes.user.js // @downloadURL https://raw.githubusercontent.com/luxick/scripts/master/esp-fixes.user.js // @author Marcel Fries // @match https://esp.eas-cpq.de/* // @match https://esp-new.eas-cpq.de/* +// @match https://esp-wasm.eas-cpq.de/* // @grant GM_setValue // @grant GM_getValue // ==/UserScript== @@ -49,17 +50,8 @@ function clearViewState(){ } var css = ` -.sidebar { - flex 0 1 12%; - max-width: 200px; -} - -.sidebar .panel-heading { - padding: 2px 10px; -} - -.sidebar .nav > li > a { - padding: 0; +.dxbs-gridview > .panel .dxbs-table > tbody > tr > td { + white-space: nowrap; } `; @@ -67,7 +59,7 @@ var css = ` 'use strict'; // Add custom CSS - //addGlobalStyle(css); + addGlobalStyle(css); // Never open Popup windows console.log();