Skip to content

Instantly share code, notes, and snippets.

@joaolucasl
Created September 19, 2016 17:35
Show Gist options
  • Save joaolucasl/c6ec1d45e7887965e61307d47fcae64e to your computer and use it in GitHub Desktop.
Save joaolucasl/c6ec1d45e7887965e61307d47fcae64e to your computer and use it in GitHub Desktop.
anti-marcelo.js
setInterval(() => {
Array.from(document.getElementsByTagName('ts-message')).forEach(item => { item.innerHTML = item.innerHTML.includes('Marcelo Camargo') ? '' : item.innerHTML } )
}, 3000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment