Reddit de-emph viewed stories

By Jazz Hands Last update Apr 4, 2009 — Installed 262 times. Daily Installs: 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 0
Script Summary:
De-emphasize viewed stories and remove entries for particular domains

This script has no discussions.

start the discussion

Review Summary
5 stars
1 reviews (1)
4 stars
0 reviews (0)
3 stars
0 reviews (0)
2 stars
0 reviews (0)
1 star
0 reviews (0)

this script has 1 review

This script uses jQuery, since Reddit was recently updated to utilize that framework.

The story block of visited links will have their opacity set to 0.2 once the page is loaded. Clicking on a link will also result in the opacity change. Hovering over a story block will temporarily restore its opacity to 1.0.

The variable site_blacklist can be set to a regex expression to match domains for exclusion. For example, site_blacklist =/example.org|yahoo.com|digg.com/ig; will result in stories from example.org, yahoo.com and digg.com to be removed.

This my first Greasemonkey script, and I'm not much of a Javascript guy, please provide feedback.

The script is completely public domain.