Skip to content

Commit

Permalink
corrected DFØ link that includes correct idp
Browse files Browse the repository at this point in the history
  • Loading branch information
on committed Feb 23, 2026
1 parent 56b1b97 commit 03187fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/innsida-search/innsida-search.user.js
Original file line number Diff line number Diff line change
@@ -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/*
Expand Down Expand Up @@ -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' },
Expand Down

0 comments on commit 03187fd

Please sign in to comment.