Skip to content

Instantly share code, notes, and snippets.

View Kjue's full-sized avatar

Mikael Lavi Kjue

View GitHub Profile
@Kjue
Kjue / tampermonkey_move_teams_call_bar.js
Created September 5, 2022 07:57
Tampermonkey script: Move Teams Call Bar
// ==UserScript==
// @name Move Teams Call Bar
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Move the call functions bar on Microsoft Teams
// @author Mikael Lavi <[email protected]>
// @match https://teams.microsoft.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=tampermonkey.net
// @grant none
// ==/UserScript==