Skip to content

Instantly share code, notes, and snippets.

@devna13
devna13 / gist:12e4fc1df87016c6cab2013ac66d1170
Last active September 12, 2023 15:41
Activate https://portal.azure.com/ PIM via TamperMonkey script
// ==UserScript==
// @name Role activate
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://portal.azure.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=azure.com
// @grant none
// ==/UserScript==
@devna13
devna13 / gist:c9333d02320445ad43d1e9ce13f34e5b
Created September 12, 2023 15:35
Azure DevOps Harvest plugin expand height vis tampermonkey script
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://dev.azure.com/currance-inc/Currance/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=azure.com
// @grant none
// ==/UserScript==