Migrated from plugins v2
parent
8aca454794
commit
63a9875bd3
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
This is a example plugin to get you started. It removes tweets which contain one of the stopwords. Save the code in a file called Plugin.js @~/Library/Application Support/Twittia/@. You have to create this directory yourself.
|
||||
|
||||
This is a example plugin to get you started. It removes tweets which contain one of the stopwords. Save the code in a file @~/Library/Application Support/Twittia/Plugin.js@. You have to create this directory yourself.
|
||||
|
||||
bc. $(document).ready(function() {
|
||||
if(twittia_instance.action == "home_timeline") {
|
||||
|
|
|
|||
Reference in a new issue