Skip to content

Instantly share code, notes, and snippets.

View fMoro1999's full-sized avatar

Francesco Moro fMoro1999

  • University of Applied Sciences and Arts of Southern Switzerland
View GitHub Profile
// ==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==