Skip to content

Instantly share code, notes, and snippets.

@henrymai
henrymai / disable_github_update_branch_button.user.js
Last active July 10, 2024 17:56
Disable Github Update Branch Button
// ==UserScript==
// @name Disable Update Branch Button
// @namespace https://gist.github.com/henrymai/ea9652ae9c7eb95ae929c928c44006e1
// @version 1.2
// @description Replace update branch button with a custom message in a code block
// @author ChatGPT4o
// @match https://github.com/*/pull/*
// @icon https://www.google.com/s2/favicons?domain=github.com
// @grant none
// @updateURL https://gist.github.com/henrymai/ea9652ae9c7eb95ae929c928c44006e1/raw/disable_github_update_branch_button.user.js
@henrymai
henrymai / Functional_Rust_Guide.md
Last active April 16, 2024 05:53
Functional_Rust_Guide.md