This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Odoo Ticket Extractor | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Extract Odoo tickets and format for Excel | |
| // @author hsayed21 | |
| // @match https://www.posbank.me/web* | |
| // @match https://posbank.me/web* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=posbank.me | |
| // @grant none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Azure DevOps PR Reviewer Badges | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Show Approved / No Update / Assigned / Not Assigned badges in Azure DevOps PR list | |
| // @author hsayed21 | |
| // @match https://dev.azure.com/*/*/_git/*/pullrequests* | |
| // @grant GM_xmlhttpRequest | |
| // @connect dev.azure.com | |
| // ==/UserScript== |
OlderNewer