From 03187fd30cbd90f9687700ae58f37a51b0904f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Andreas=20Nilsen?= Date: Mon, 23 Feb 2026 11:18:39 +0100 Subject: [PATCH] =?UTF-8?q?corrected=20DF=C3=98=20link=20that=20includes?= =?UTF-8?q?=20correct=20idp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/innsida-search/innsida-search.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/innsida-search/innsida-search.user.js b/scripts/innsida-search/innsida-search.user.js index ac89e76..3570450 100644 --- a/scripts/innsida-search/innsida-search.user.js +++ b/scripts/innsida-search/innsida-search.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Innsida - Quick Search // @namespace https://git.ntnu.no/M365-Drift/MonkeyMagic/ -// @version 1.2.0 +// @version 1.2.1 // @description `Ctrl` + `Shift` + `F` to search on Innsida // @author Øyvind Nilsen (on@ntnu.no) // @match https://innsida.ntnu.no/* @@ -95,7 +95,7 @@ if (!mineDiv) { console.log(t('mineNotFound')); return [ - { text: 'DFØ Selvbetjening', url: 'https://selvbetjening.dfo.no/' }, + { text: 'DFØ Selvbetjening', url: 'https://login.dfo.no/?idp=feide&service=selvbetjeningsportal' }, { text: 'Bestille', url: 'https://i.ntnu.no/bestille' }, { text: 'Berg-Hansen', url: 'https://berg-hansen.eu.auth0.com/authorize?client_id=srhy4Jdgs38QCBhnoXBTP58FZ9ES6tmS&response_type=code&connection=Feide&redirect_uri=https://booking.webgate.no/account/callback' }, { text: 'Parkering Sluppen', url: 'https://innsida.ntnu.no/start/feed/fead7da8-7ddf-3598-96fe-4fc9532a7a0b/6fe863b6-f206-3bb5-9f87-3b169c3a6d45' },