Skip to content

Commit

Permalink
changed default delay from 5 to 3 secs.
Browse files Browse the repository at this point in the history
  • Loading branch information
on committed Oct 28, 2024
1 parent dd581dc commit 753d0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feide-microsoft.user.js
Original file line number Diff line number Diff line change
@@ -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/*
Expand All @@ -20,7 +20,7 @@
let countdown = getCountdown();

if (countdown === null) {
countdown = 5;
countdown = 3;
}

let countdownInterval;
Expand Down

0 comments on commit 753d0b3

Please sign in to comment.