diff --git a/feide-microsoft.user.js b/feide-microsoft.user.js index 1055dce..a2b8662 100644 --- a/feide-microsoft.user.js +++ b/feide-microsoft.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Feide - Auto-Press Microsoft Sign-In. // @namespace https://git.ntnu.no/M365-Drift/MonkeyMagic -// @version 1.1.0 +// @version 1.1.1 // @description Automatically press the Microsoft sign-in button after a countdown, with options to cancel or trigger manually. Use `Ctrl` + `Enter` to skip countdown. Use `Esc` to cancel countdown. To set a custom countdown, use `Ctrl` + `Shift` + `S`. // @author Øyvind Nilsen (on@ntnu.no) // @match https://idp.feide.no/simplesaml/* @@ -20,7 +20,7 @@ let countdown = getCountdown(); if (countdown === null) { - countdown = 5; + countdown = 3; } let countdownInterval;