Skip to content

Instantly share code, notes, and snippets.

View sadovsf's full-sized avatar

sadovsf

  • SCS Software
  • Czech republic
  • X @sadovsf
View GitHub Profile
@sadovsf
sadovsf / convert-ks-portal-hours-to-days.js
Last active March 19, 2021 08:03 — forked from raxoft/convert-ks-portal-hours-to-days.js
Little script to show hours in KS portal both as hours and days.
// ==UserScript==
// @name Show KS portal hours as days
// @version 9
// @author [email protected] and [email protected]
// @updateURL https://gist.githubusercontent.com/sadovsf/230f114c3837656847ddf422250db229/raw
// @include https://ks.scssoft.com/ksportal/*
// ==/UserScript==
const handle_cell = function(el) {
const text_parts = el.textContent.replace(/,/g,'.').split('/');