Tweetfilter is a Greasemonkey plugin which enables you to filter tweets that match a particular string. Tis awesome.

To use: copy the filters section and run the following in Ruby on OS X (`pbpaste`).

ruby -e "puts \`pbpaste\`.split('\n').collect{|i| i.split('*')}.flatten.collect{|i| i.strip }.delete_if{|i| i == \"\"}.join(' ')" | pbcopy

Filters

Powered by WiGit