This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
2
Can I block specific things on specific posts using its ID?
Post Body
Basically, like this:
.id-123456.entry {
display: none
}
Also, I'd want to be able to block stuff like voting and(perhaps) posting, if it were a time-based kinda thing. So...
textarea.id-123456.entry {
display: none
}
I think it's possible, since you can do stuff like this:
.comments-page #siteTable > .id-123456.entry:after { /* replace XXXXXX with unique page ID */
display: block;
content: "Witty Message from the Moderators";
}
and have a message be put inside of said post.
Can I do this, or no?
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 12 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/csshelp/com...