ad config

This commit is contained in:
Russell2259
2024-03-05 19:42:18 -07:00
parent e3bb53eb75
commit d55717635e
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -47,6 +47,8 @@ window.addEventListener('beforeunload', (e) => {
window.addEventListener('load', () => setTimeout(() => document.body.style.opacity = 1, 1000));
setTimeout(() => document.body.style.opacity = 1, 5000);
/**
* @param {HTMLAnchorElement} hyperlink
*/