Last active
August 29, 2015 14:04
-
-
Save stefansundin/f1e81a8f5281f6f4cac4 to your computer and use it in GitHub Desktop.
Userscript that makes the filename column bigger on SourceForge, because that shit is not responsive.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name SourceForge bigger filename column | |
// @namespace https://gist.github.com/stefansundin/ | |
// @homepage https://gist.github.com/stefansundin/f1e81a8f5281f6f4cac4 | |
// @downloadURL https://gist.github.com/stefansundin/f1e81a8f5281f6f4cac4/raw/sourceforge-bigger-filename-column.user.js | |
// @version 0.2 | |
// @author Stefan Sundin | |
// @description Makes the filename column bigger, saves you from lots of frustration. | |
// @match *://sourceforge.net/*/files/* | |
// ==/UserScript== | |
$('#files').css({width:'900px'}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment