My Peeps on Twitter

Somehow I’ve ended up fol­low­ing too many peo­ple on Twitter. Not that I don’t want to read each and every person’s tweet, but some­times, I really don’t care and just want to fol­low a select few. LiveJournal has a fil­ter fea­ture for both post­ing and read­ing spe­cific sets of your LJ bud­dies. Maybe twit­ter 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 time­line 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.

Comments are closed.