#GitHub News Feed Filter Chrome Extention
This will be an extention for Chrome that allows users to filter their news feed in github by category. I noticed that my newsfeed is filled with comments and issues which I don't really care about, I just want to see the code. This extention will make it easy to filter out comments and focus on code updates.
##Todo
Add close iconKeep track of closed boxes so when a filter is unclicked the filtered items re-appearsGet more items when others are filtered outGet more items and only show the number that are hiddenI think I need one big array that holds ALL the items, hidden and shown.
Persist selected options- Use chrome's native API to check for More link click instead of timed loop
- Animate initial hides
- Not the secondary hides
##License This application is licensed under the MIT License
The MIT License
Copyright (c) 2011 Caleb Troughton
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
##Special Thanks
Special thanks to Cory Bielski http://www.coryallendesign.com/ for helping me out with the design.