You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
Your filter, monsieur: const input = document.querySelector('input'), ps = document.querySelectorAll('p:not([class])'); input.onkeyup =()=> ps.forEach(p => p.hidden = !p.innerText.toLowerCase().includes(input.value.toLowerCase()))
more like, *our* filter
(thanks a lot!)