Created
April 2, 2016 03:13
-
-
Save cythrawll/eb04429dd150fd9241e20c7404bd30c9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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