king
2022-05-27 8543bfc0bb487c50cd66fbc6b1c5705b6dc1e580
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) {