qutebrowse: Remove exceptions for Microsof Teams

I don’t have to use it anymore, yay!
nazuna
Simon Bruder 2022-06-25 13:34:20 +02:00
parent 2fc312dd47
commit 43bbd404c6
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
2 changed files with 0 additions and 17 deletions

View File

@ -25,19 +25,9 @@ let
] ++ permissionVideo; # capturing video almost always also requires capturing audio
permissionNotifications = [
"https://chat.sbruder.de"
"https://teams.microsoft.com"
];
cookieExceptions = [
# Microsoft Teams
# https://docs.microsoft.com/en-us/microsoftteams/troubleshoot/teams-sign-in/sign-in-loop#resolution
# TODO: remove when I dont have to use this garbage any more
"https://microsoft.com"
"https://microsoftonline.com"
"https://teams.skype.com"
"https://teams.microsoft.com"
"https://sfbassets.com"
"https://skypeforbusiness.com"
];
in
{

View File

@ -1,7 +0,0 @@
// ==UserScript==
// @name Es heißt TEAMS
// @include https://teams.microsoft.com/*
// ==/UserScript==
// pfusch
setInterval(() => {Array.from(document.querySelectorAll(".teams-title")).map(el => {el.innerHTML = "TEAMS"; el.style='font-family: "Comic Sans MS";'})}, 10000)