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 Work Clock-Out Calculator | |
// @namespace http://tampermonkey.net/ | |
// @version 0.9 | |
// @description Calculate when to clock out based on clock-in times and lunch break requirements | |
// @author You | |
// @match https://abacus.casale.ch/portal/myabacus/proj_inandout | |
// @grant GM_addStyle | |
// @run-at document-end | |
// ==/UserScript== |