Remove links from quora feed
This script is a quick thing I threw together to remove "Links" content from my Quora feed. It uses the waitForKeyElements function to continually modify the page as you load more content. waitForKeyElements is not mine, I did not write it. I did create the code which looks for div elements with the HyperLinkBundle class and removes them.