diff --git a/test-ap-ux-imporver.user.js b/test-ap-ux-imporver.user.js
index 15882a6b20c39da8efbc7c64acd2086e923d2f20..69ac52ed4cfa0de7306ab8f958cda5b7cfb1fd46 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