Skip to content

Instantly share code, notes, and snippets.

View lospoy's full-sized avatar

Carlos Campoy lospoy

View GitHub Profile
@lospoy
lospoy / github-milestones-redirect.js
Last active January 4, 2024 21:11
Redirects GitHub's Milestones to a specific Sort
// ==UserScript==
// @name GitHub Milestones Redirect
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Redirects to GitHub milestones with specific parameters on link click
// @author You
// @match https://github.com/*
// @grant none
// ==/UserScript==