Use the forum ID when needed in config, rather than attempting to match breadcrumbs of the forums threads. The Forum ID can be obtained from the element under data-container-key.
document.getElementById("XF").dataset.containerKey.replace("node-", "")
Use the forum ID when needed in config, rather than attempting to match breadcrumbs of the forums threads. The Forum ID can be obtained from the element under
data-container-key.