diff --git a/content.js b/content.js index b7e49ee..7999ac5 100644 --- a/content.js +++ b/content.js @@ -5,7 +5,6 @@ document.addEventListener('DOMNodeInserted', () => { allPosts.map(post => { currentWords.forEach(word => { if (post.textContent.includes(word)) { - console.log(word) post.style.display = 'none'; } }) diff --git a/mutewords.zip b/mutewords.zip new file mode 100644 index 0000000..77ecc0b Binary files /dev/null and b/mutewords.zip differ