I have selfishly been using this myself for a few days now, but after seeing a number of other folks struggling with the spam, I see good reason to share. You can hide "Foreclosed" comments by tuning the site's Style Sheet as described below. Once applied the post # will be the only part of the foreclosed comment that is shown.
For Firefox:
- Install the Stylish extension
- After Firefox restarts, look in the bottom right hand corner for the Stylish icon
- Right click this icon, and select "Write new style -> For vancouvercondo.info"
- Enter name "VCI" and Tags "vancouvercondo.info"
- In the text box, copy-and-paste the followoing CSS code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("vancouvercondo.info") {
.foreclosecomment { display: none; }
}
- Save and reload the page.
- Enjoy your new spam free existence on VCI!
If for some reason you would like to see these posts again, simply disable the VCI entry in Stylish.
This should also work with any other browser that lets you customize Style Sheets.
eg. For Chrome, get the Stylist Extension (not tested)