Skip to content

Commit

Permalink
feide-microsoft.user.js - loads faster, default countdown is now 1 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
on committed Aug 7, 2025
1 parent 7ee0ee1 commit 34d172c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions feide-microsoft.user.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
// ==UserScript==
// @name Feide - Auto-Press Microsoft Sign-In.
// @namespace https://git.ntnu.no/M365-Drift/MonkeyMagic
// @version 1.1.1
// @version 1.1.2
// @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/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=feide.no
// @grant none
// @run-at document-end
// @updateURL https://git.ntnu.no/M365-Drift/MonkeyMagic/raw/main/feide-microsoft.user.js
// @downloadURL https://git.ntnu.no/M365-Drift/MonkeyMagic/raw/main/feide-microsoft.user.js
// ==/UserScript==
Expand All @@ -20,7 +21,7 @@
let countdown = getCountdown();

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

let countdownInterval;
Expand Down

0 comments on commit 34d172c

Please sign in to comment.