Reddit update broke filter, here's a fix
|
|
Apparently Reddit made an update this afternoon that broke the latest version of the filter. I found a quick fix for the script. In the function rf_doFilter: //if (!(/^thingrow_/.test(div.id))) continue;
|
|
|
That doesn't look like the only change... Again in rf_doFilter: // } else if (link.className == 'hover') {
} else if (/^subreddit/.test(link.className)) {
That's the only other thing needs a change I could see. Note that they dropped the subreddit link for reddit.com so if you were filtering on that subreddit you'll need to adjust accordingly. |
|
|
Nice catch, guys. Glad you guys could figure that out. I was just stuck being sad about it. |
|
|
Hey guys, I have updated the script with fixes for this. Thanks for your help! |