.nonScroll {
overflow: hidden;
}
stroke-dasharray='length gap' stroke-width='3'
element.checked
, а не стили.element.classList.toggle();
Как организовать точечное применение стиля на конкретной странице?
if (document.location.href === "нужная страница") {
document.querySelector(".category-sub-menu > li[data-depth='0']:nth-child(12)").style.cssText = "border-bottom: 8px double #630335;";
}
document.querySelector('img').addEventListener('click', function() {
var links = [];
[].forEach.call(document.querySelectorAll('.random_link a'), function(el) {
links.push(el.getAttribute("href"));
});
window.location.href = links[Math.floor(Math.random() * links.length)];
});