Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name GitHub PR Filename Extender
// @namespace http://tampermonkey.net/
// @version 0.3
// @description This script extends the max length of the filenames displayed at the file headers on GitHub Pull Requests. This may break the UI for really long names.
// @author Rafael Slobodian (@rslobodian)
// @match https://github.com/*/pull/*/files
// @match https://github.com/*/compare/*
// @grant none
// @require http://code.jquery.com/jquery-latest.js