This file contains hidden or 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 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 |
This file contains hidden or 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 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 */ |