Skip to content

Instantly share code, notes, and snippets.

@cythrawll
Created April 2, 2016 03:13
Show Gist options
  • Save cythrawll/eb04429dd150fd9241e20c7404bd30c9 to your computer and use it in GitHub Desktop.
Save cythrawll/eb04429dd150fd9241e20c7404bd30c9 to your computer and use it in GitHub Desktop.
function block(username) { setInterval(() => $('.robin--username').filter((_, node) => node.textContent === username).map((_, node) => { node.parentNode.style.display = 'none'}), 10)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment