qutebrowse: Remove exceptions for Microsof Teams
I don’t have to use it anymore, yay!
This commit is contained in:
parent
2fc312dd47
commit
43bbd404c6
|
@ -25,19 +25,9 @@ let
|
||||||
] ++ permissionVideo; # capturing video almost always also requires capturing audio
|
] ++ permissionVideo; # capturing video almost always also requires capturing audio
|
||||||
permissionNotifications = [
|
permissionNotifications = [
|
||||||
"https://chat.sbruder.de"
|
"https://chat.sbruder.de"
|
||||||
"https://teams.microsoft.com"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
cookieExceptions = [
|
cookieExceptions = [
|
||||||
# Microsoft Teams
|
|
||||||
# https://docs.microsoft.com/en-us/microsoftteams/troubleshoot/teams-sign-in/sign-in-loop#resolution
|
|
||||||
# TODO: remove when I don’t 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
|
in
|
||||||
{
|
{
|
||||||
|
|
|
@ -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)
|
|
Loading…
Reference in a new issue