Skip to content

Instantly share code, notes, and snippets.

View Cyberlane's full-sized avatar
Automating everything

Justin Nel Cyberlane

Automating everything
View GitHub Profile
@Cyberlane
Cyberlane / HuBoard TamperMonkey script.js
Created February 28, 2014 15:49
If you have TamperMoney installed on your web browser and make use of HuBoard, then you may like this handy script I made. It simple adds totals to each column - maybe in a future version of HuBoard this will no longer be required!
// ==UserScript==
// @name Counts on HuBoard
// @namespace http://www.cyber-lane.com/
// @version 0.1
// @description enter something useful
// @include http*://huboard.com/*
// @match http://huboard.com/*
// @match https://huboard.com/*
// @copyright 2014+, You
// ==/UserScript==