From 703fb6e89ecaec77543e9b814f4278d91d7e7b29 Mon Sep 17 00:00:00 2001 From: Jan Seipel <Jan.Seipel@swr.de> Date: Sun, 4 Aug 2024 21:20:03 +0200 Subject: [PATCH] =?UTF-8?q?weitere=20url=20als=20identifier=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- anfragen-pool-ux-imporver.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anfragen-pool-ux-imporver.user.js b/anfragen-pool-ux-imporver.user.js index 7128827..698ca68 100644 --- a/anfragen-pool-ux-imporver.user.js +++ b/anfragen-pool-ux-imporver.user.js @@ -2,7 +2,7 @@ // @name anfragen-pool-ux-improver // @namespace https://test-anfragen-pool.swrapp.net/* -// @version 2024-08-02_14-36 +// @version 2024-08-04_21-19 // @resource DASHBOARD_CSS https://gitlab.ard.de/Jan.Seipel/test-ap-ux-improver/-/raw/main/stylesheets/test-ap-style-dashboard.css // @resource TICKETZOOM_CSS https://gitlab.ard.de/Jan.Seipel/test-ap-ux-improver/-/raw/main/stylesheets/test-ap-style-ticketzoom.css @@ -53,7 +53,7 @@ window.addEventListener('load', function() { document.querySelector("#ToolBar li.PhoneTicket > a").setAttribute("target","_blank") // automatischer Reload nach x Sekunden - if (URL.includes("AgentDashboard") || URL === "https://anfragen-pool.swrapp.net/otrs/index.pl" || URL === "https://test-anfragen-pool.swrapp.net/otrs/index.pl") { + if (URL.includes("AgentDashboard") || URL === "https://anfragen-pool.swrapp.net/otrs/index.pl" || URL === "https://test-anfragen-pool.swrapp.net/otrs/index.pl" || URL === "https://anfragen-pool.swrapp.net/otrs/index.pl?") { setInterval(function(){ if ( // stoppt autom. Reload, wenn bestimmte Dialogfenster geöffnet sind document.querySelectorAll("#Overlay").length === 0 && -- GitLab