Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Clicktime Script
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Sets timecard to previous week, if Wednesday or before.
// @author Garrett Green
// @match https://app.clicktime.com/App/WeekEntry/
// @grant none
// @require http://code.jquery.com/jquery-latest.js
// @require https://cdnjs.cloudflare.com/ajax/libs/js-url/2.3.0/url.js
// ==UserScript==
// @name Bullhorn Hours Entry
// @namespace http://tampermonkey.net/
// @version 0.6
// @description Makes it so the hours entry box scrolls down with the dates. This way both date and entry are visable at same time.
// @author Garrett Green
// @match https://*.bbo.bullhornstaffing.com/employee/*
// @grant none
// @require http://code.jquery.com/jquery-latest.js// ==/UserScript==
/* jshint -W097 */