Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@srdavis
srdavis / fantasy-plus.user.js
Last active August 29, 2015 14:07
Adds weekly projections from Fantasypros.com (PFF, CBS, NumberFire, etc.) and FantasySharks (for D/ST and IDP) to fantasy sites. Firefox userscript port of Google Chrome extension FantasyPlus by flipperbw (https://github.com/flipperbw/FantasyPlus).
// ==UserScript==
// @name Fantasy Plus
// @namespace https://github.com/srdavis/userscripts
// @description Adds weekly projections from Fantasypros.com (PFF, CBS, NumberFire, etc.) and FantasySharks (for D/ST and IDP) to fantasy sites. Firefox userscript port of Google Chrome extension FantasyPlus by flipperbw (https://github.com/flipperbw/FantasyPlus).
// @author srdavis
// @version 1.2.1
// @downloadURL https://github.com/srdavis/userscripts/raw/master/espn.go.com/fantasy-plus.user.js
// @updateURL http://bit.ly/fantasyplus
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
// @include http://www.fantasypros.com/*
@srdavis
srdavis / 0_reuse_code.js
Created October 22, 2015 04:22
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@srdavis
srdavis / feral-kill.sh
Last active February 17, 2016 03:27
Feral Hosting - Kill Script - rtorrent - Deluge - Transmission - MySQL
#!/bin/bash
#
############################
##### Basic Info Start #####
############################
#
# Script Author: srdavis
#
# Script Contributors: Based on restart.sh by randomessence
# (http://git.io/5Uw8Gw)
@srdavis
srdavis / feral-start.sh
Last active February 17, 2016 03:28
Feral Hosting - Start Script - rtorrent - Deluge - Transmission - MySQL
#!/bin/bash
#
############################
##### Basic Info Start #####
############################
#
# Script Author: srdavis
#
# Script Contributors: Based on restart.sh by randomessence
# (http://git.io/5Uw8Gw)
@srdavis
srdavis / feral-check.sh
Last active February 14, 2024 10:25
Feral Hosting - Check Script - rtorrent - Deluge - Transmission - MySQL
#!/bin/bash
#
############################
##### Basic Info Start #####
############################
#
# Script Author: srdavis
#
# Script Contributors: Based on restart.sh by randomessence
# (http://git.io/5Uw8Gw)