My Peeps on Twitter

Somehow I’ve ended up following too many people on Twitter. Not that I don’t want to read each and every person’s tweet, but sometimes, I really don’t care and just want to follow a select few. LiveJournal has a filter feature for both posting and reading specific sets of your LJ buddies. Maybe twitter will set up some kind of filter.

Until then, here’s some css code file you can add to your Safari preferences.

/* turn off all tweets */
li.status {
	display: none;
}

/* now turn on for your peeps */
li.u-zeuscomics, li.u-kingbaz, li.u-pvponline, li.u-seanjackson, li.u-AronHead, li.u-UltraboyNYC {
	display: block;
}

NOTE: css is case-sensitive.

It doesn’t fix the timeline of the site, so if your “peeps” haven’t updated in a while, you’ll get a blank page. Ah, the silence!

This entry was posted in Code, Design and tagged , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>