Script Summary: Star all visible Google Reader items for particular tags
Google Reader Make Stars will star items in Google Reader which match a particular tag. To make the script work properly for you, you will need to edit the source code to insert the item tags that you want to star. Look at lines 14-17:
var starThisTag = [
"horse",
"cow"
];
This is the list of item tags you want starred. Change the current tags to your preferred tags, placing each tag in quote and ending each line with a comma, except for the last tag line. The script will loop through each tag for each Google Reader item, attempting to match it to existing tags for that item. If successful, it will star the item.
An important restriction is that you must be in expanded view when running the script. Unfortunately, list view does not contain the tag information and the script cannot work without that information. Also, remember that only items which are loaded into the pane will be processed, Google Reader Make Stars cannot process entries which have not been loaded.
This script is dependent on the internals of Google Reader and future changes by Google or untested browser configurations may prove problematic.
If you need support, change, or an enhancement, contact me on the I Fix Scripts blog.



