>>250
stubs
the big thing about the rewrite is the focus on letting you use your own arbitrary css. if you want stubs, have stubs:
/* unhide everything */
.hide, div.hide + hr {
display: block !important;
}
div.hide > blockquote, div.hide > .omittedposts, div.hide > a > img, /* hide op stuff */
div.hide > table, /* when hiding a thread, hide entire reply */
table.hide blockquote, table.hide img /* when hiding individual replies, leave stubs */
{
display: none !important;
}
in firefox, it's pretty trivial to add this and modify it in stylish, and a quick search shows that stylish has been ported to chrome -
https://chrome.google.com/extensions/detail/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en
posted a couple css references at
>>211
hidden-postcount
it's a bit complicated since there's nothing special about hiding anymore - you can actually remove the 'hide' class entirely - so I need to think about how to display stats.