Skip to content

Commit

Permalink
Notification fades out quicker
Browse files Browse the repository at this point in the history
  • Loading branch information
on committed Aug 28, 2024
1 parent 0368cdd commit 8624539
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions topdesk.user.js
Original file line number Diff line number Diff line change
@@ -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/*
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8624539

Please sign in to comment.