Skip to content

Instantly share code, notes, and snippets.

# Module Starter
(() => {
'use strict';
// CSS //////////////////////////////////////////////////////////////////////
let sheet = new CSSStyleSheet();
let maxDepth = -1;
function createHighlight(id, depth) {
if (depth <= maxDepth) return;