Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name P&V
// @namespace Violentmonkey Scripts
// @match https://www.pv.be/*form*
// @grant none
// @version 1.0
// @author -
// @description 9/21/2022, 12:33:24 PM
// ==/UserScript==
@yosa-odoo
yosa-odoo / pr_easy_access.js
Last active March 30, 2022 10:33
Quick Access Buttons in PR
// ==UserScript==
// @name PR - Quick Access
// @namespace Violentmonkey Scripts
// @match https://github.com/odoo/odoo/pull/*
// @match https://github.com/odoo/enterprise/pull/*
// @exclude-match https://github.com/odoo/odoo/pull/*/files
// @exclude-match https://github.com/odoo/enterprise/pull/*/files
// @grant none
// @version 1.4
// @author Yolann Sabaux