Skip to content

Instantly share code, notes, and snippets.

@dallasread
dallasread / github-review-improvements.user.js
Last active February 3, 2023 20:42
GitHub review improvements
// ==UserScript==
// @name GitHubReviewSpecMover
// @version 7
// @grant none
// @match https://github.com/*
// ==/UserScript==
((attr) => {
const backoff = (func, startingDelay = 500, factor = 1.3) => {
func()