Tools
Darkmode ${isDarkModeNowEnabled ? 'enabled' : 'disabled'}
`;
notifications.appendChild(notification);
setTimeout(() => {
notification.style.transition = 'opacity 1s';
notification.style.opacity = '0';
setTimeout(() => notification.remove(), 1000);
}, 6000);
});
});
document.querySelector('#container #copyright').innerHTML = "