Class SpazTimelineFilter
Defined in: spaztimelinefilter.js.
Constructor Attributes | Constructor Name and Description |
---|---|
SpazTimelineFilter(opts)
This is a library to handle custom filtering of Twitter timelines based on usernames and message content |
Method Attributes | Method Name and Description |
---|---|
addContentString(str, hide_or_show)
This takes a string and "hide" or "show" and adds it to the appropriate content string filter array in this.settings |
|
addUser(str, hide_or_show)
This takes a username and "hide" or "show" and adds it to the appropriate array in this.settings |
|
apply()
Apply user and content filtering |
|
This applies the content filters by hiding and showing elements via jQuery |
|
This applies the user filtering CSS by inserting it into the |