Skip to content

Instantly share code, notes, and snippets.

View Hennsi's full-sized avatar

Hennsi

View GitHub Profile
@Hennsi
Hennsi / timing.js
Last active January 9, 2026 17:09
Stämme Timing
var timeColor = (typeof timeColor !== 'undefined') ? timeColor : "green";
var waitingColor = (typeof waitingColor !== 'undefined') ? waitingColor : "#ff9933";
var noDateColor = (typeof noDateColor !== 'undefined') ? noDateColor : "green";
var timeBarWidth = (typeof timeBarWidth !== 'undefined') ? timeBarWidth : false;
(async () => {
if (typeof window.twLib === 'undefined') {
window.twLib = {
queues: null,
init: function () {