diff --git a/Yet_Another_Weibo_Filter.user.js b/Yet_Another_Weibo_Filter.user.js index e77ee21..24b0c1a 100644 --- a/Yet_Another_Weibo_Filter.user.js +++ b/Yet_Another_Weibo_Filter.user.js @@ -3866,7 +3866,7 @@ html { background: #f9f9fa; } url: url, responseType: 'arraybuffer', onload: function (resp) { - const mtime = (resp.responseHeaders.match(/^Last-Modified: (.*)$/mi) || [])[1]; + const mtime = (resp.responseHeaders.match(/^date: (.*)$/mi) || [])[1]; const extension = url.match(/(\.[^.]*)$/)[1]; resolve({ filename,