diff --git a/xExtension-ColorfulList/static/script.js b/xExtension-ColorfulList/static/script.js index 834f1c4..c106e01 100644 --- a/xExtension-ColorfulList/static/script.js +++ b/xExtension-ColorfulList/static/script.js @@ -1,4 +1,4 @@ -$(document).ready(function(){ +document.addEventListener('DOMContentLoaded', function(){ function monitorEntry(monitorCallback) { const targetNode = document.getElementById('stream'); const config = { attributes: false, childList: true, subtree: false};