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 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('/'); |