From b72f02e14832a09e23a9c77c19f9d9776b0a7288 Mon Sep 17 00:00:00 2001 From: shinemoon Date: Sat, 25 Nov 2023 23:00:54 +0800 Subject: [PATCH] refine strict --- xExtension-ColorfulList/static/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/xExtension-ColorfulList/static/script.js b/xExtension-ColorfulList/static/script.js index 4621db3..c6380d1 100644 --- a/xExtension-ColorfulList/static/script.js +++ b/xExtension-ColorfulList/static/script.js @@ -1,3 +1,4 @@ +'use strict'; document.addEventListener('DOMContentLoaded', function () { // Initial Colorize for situation where 'no new item changes triggered later' (https://github.com/FreshRSS/Extensions/issues/183) colorize();