Skip to content
Snippets Groups Projects
Commit 457dbf23 authored by Jan Seipel's avatar Jan Seipel
Browse files

Einhorn für Lorenz

parent e5965104
No related branches found
No related tags found
1 merge request!1Update after changes settings 2024 05 06
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment