UNPKG

decentralized-internet

Version:

An NPM library of programs to create decentralized web and distributed computing projects

1 lines 260 B
function scrollToNavItem(){var e=window.location.href.split("/").pop().replace(/\.html/,"");document.querySelectorAll("nav a").forEach(function(l){var o=l.attributes.href.value.replace(/\.html/,"");e!==o||l.scrollIntoView({block:"center"})})}scrollToNavItem();