From 457dbf232f05cc02ff265d4a7ae7da394fa068e8 Mon Sep 17 00:00:00 2001
From: Jan Seipel <Jan.Seipel@swr.de>
Date: Tue, 7 May 2024 15:46:08 +0200
Subject: [PATCH] =?UTF-8?q?Einhorn=20f=C3=BCr=20Lorenz?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 test-ap-ux-imporver.user.js | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/test-ap-ux-imporver.user.js b/test-ap-ux-imporver.user.js
index 15882a6..69ac52e 100644
--- a/test-ap-ux-imporver.user.js
+++ b/test-ap-ux-imporver.user.js
@@ -4,7 +4,6 @@
 // @namespace    https://test-anfragen-pool.swrapp.net/*
 // @version      2024-05-07_15-14
 
-// @require      https://code.jquery.com/jquery-1.12.4.min.js#sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=
 // @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
 // @resource     TICKETFREETEXT_CSS https://gitlab.ard.de/Jan.Seipel/test-ap-ux-improver/-/raw/main/stylesheets/test-ap-style-ticketfreetext.css
@@ -49,4 +48,9 @@ window.addEventListener('load', function() {
     // im neuen Fenster öffnen
     document.querySelector("#ToolBar li.PhoneTicket > a").setAttribute("target","_blank")
 
+    // Einhorn hinter Lorenz' Namen
+    const lorenz = [...document.querySelectorAll("div[title='Lorenz Bockisch']")]
+    lorenz.map((e)=>e.innerText += " 🦄")
+
+
 }, false);
\ No newline at end of file
-- 
GitLab