From 862453959f6670e3378929a81a1b17eac529ab2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Andreas=20Nilsen?= Date: Wed, 28 Aug 2024 12:47:48 +0200 Subject: [PATCH] Notification fades out quicker --- topdesk.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topdesk.user.js b/topdesk.user.js index 62c1f30..daa1657 100644 --- a/topdesk.user.js +++ b/topdesk.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name TopDesk - Copy Issuenumber // @namespace https://git.ntnu.no/M365-Drift/MonkeyMagic/ -// @version 1.1.1 +// @version 1.1.2 // @author Øyvind Nilsen (on@ntnu.no) // @description Copies the issue number if you click it in TopDesk. It copies plain text and a clickable HTML version. So if the place you paste supports HTML, you can paste a clickable link to the issue. // @match https://hjelp.ntnu.no/* @@ -60,8 +60,8 @@ messageBox.style.opacity = '0'; setTimeout(() => { document.body.removeChild(messageBox); - }, 2000); - }, 2000); + }, 900); + }, 900); } // Find the first div tag and modify its id