Skip to content

Commit

Permalink
add product
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyadetman committed Apr 15, 2019
1 parent c0367bc commit 8d11f69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}
})
Expand Down
Binary file added mutewords.zip
Binary file not shown.

0 comments on commit 8d11f69

Please sign in to comment.