UNPKG

twitchtvapp-nicer00ster

Version:

twitchtv show active users

15 lines (14 loc) 335 B
$ = Awesomplete.$; $$ = Awesomplete.$$; document.addEventListener("DOMContentLoaded", function() { var nav = $("nav") $$("section > h1").forEach(function (h1) { if (h1.parentNode.id) { $.create("a", { href: "#" + h1.parentNode.id, textContent: h1.textContent.replace(/\(.+?\)/g, ""), inside: nav }); } }); });