Last active
October 2, 2019 03:37
-
-
Save bobpoekert/736424603c060acd5286a9a1401aacdf 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
setInterval(function() { if (window.location.pathname == '/home') { var s = document.querySelectorAll('path[d="M12 21.638h-.014C9.403 21.59 1.95 14.856 1.95 8.478c0-3.064 2.525-5.754 5.403-5.754 2.29 0 3.83 1.58 4.646 2.73.814-1.148 2.354-2.73 4.645-2.73 2.88 0 5.404 2.69 5.404 5.755 0 6.376-7.454 13.11-10.037 13.157H12z"'); for (var i=0; i < s.length; i++) { var e = s[i]; var ee = e.parentElement.parentElement.parentElement.parentElement.parentElement.parentElement.parentElement.parentElement; ee.parentNode.removeChild(ee); }}}, 200); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment