Skip to content

Instantly share code, notes, and snippets.

View ComiR's full-sized avatar
🚙
off to a new start

Raffael Comi ComiR

🚙
off to a new start
View GitHub Profile
@ComiR
ComiR / gh-pr-load-more.user.js
Created May 18, 2022 07:28
GitHub PR: always load more
// ==UserScript==
// @name GitHub PR: always load more
// @description Always loads everything in a pull request
// @author ComiR
// @version dev
// @match https://github.com/*/*/pull/*
// @grant none
// ==/UserScript==
(function() {