Skip to content

Instantly share code, notes, and snippets.

View hsayed21's full-sized avatar
🏠
Working from home

Hamada Sayed hsayed21

🏠
Working from home
View GitHub Profile
@hsayed21
hsayed21 / OdooTicketExtract.js
Created August 24, 2025 14:41
Extract Odoo tickets and format for Excel
// ==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
@hsayed21
hsayed21 / AzureDevOpsPRs.js
Created December 9, 2025 16:36
Show badges in Azure DevOps PR list
// ==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==