Skip to content

Instantly share code, notes, and snippets.

View aldykins's full-sized avatar

aldy aldykins

View GitHub Profile
@aldykins
aldykins / yenperx.user.js
Last active October 12, 2015 03:08
adds yen per day/week/month and raw upload/download values to your AB profile page
// ==UserScript==
// @name Animebytes raw upload/download
// @description adds raw upload/download values to your AB profile page
// @include *animebytes.tv/user.php?id=*
// @icon http://animebytes.tv/favicon.ico
// ==/UserScript==
function formatInteger(intStr){
intStr += '';
fmtStr = '';