a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by syzo
syzo  ·  3775 days ago  ·  link  ·    ·  parent  ·  post: How many of you are ex redditors?

I made this account a while ago, and used Hubski on and off. I might start to use Hubski more and more, though, but I don't think I'm ready to give up Reddit quite yet.

Just today, I found an RES module that will take filters I give it and filter out comments and the entire child-tree of that comment if it contains that filter. I modified it to accept regex. I'm getting sick of the lack of quality on Reddit lately.





mkr  ·  3773 days ago  ·  link  ·  

Can you share the module? I think that would improve my Reddit experience quite a bit.

syzo  ·  3773 days ago  ·  link  ·  

Yeah, I can throw it up on github in a bit.

Are you decent with regexes? Otherwise I could just link you the one I borrowed most of the code from, which just uses the word/phrase as-is.

mkr  ·  3773 days ago  ·  link  ·  

The original is best for me. Thanks.

syzo  ·  3773 days ago  ·  link  ·  

Ok, here's the original.

EDIT: oh, you have to compile the code into RES, by the way... You would paste this code in lib/reddit_enhancement_suite.user.js at the end of the file.