index.html
@@ -26,7 +26,7 @@ .then(response => response.json()) .catch(() => {}) .then(config => { if (config && config.filter === 'true') { if (config && (config.filter === 'true' || (/^20\d{2}-\d{2}-\d{2}$/.test(config.filter) && new Date(config.filter).getTime() + 86400000 >= new Date().getTime()))) { let html = document.getElementsByTagName('html')[0] if (html) {