https://github.com/rangerrick/sbnbl
SBNation Black List Browser Extension
https://github.com/rangerrick/sbnbl
Last synced: 8 months ago
JSON representation
SBNation Black List Browser Extension
- Host: GitHub
- URL: https://github.com/rangerrick/sbnbl
- Owner: RangerRick
- License: bsd-2-clause
- Created: 2011-07-03T19:47:06.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-05-17T14:35:45.000Z (about 13 years ago)
- Last Synced: 2025-01-20T10:13:44.200Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 234 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# What Is It?
SBNation is a consortium of blogs covering a wide variety of sports subjects.
While the majority of SBNation users are great, sometimes you wish you could
ignore a few of them. This extension does just that -- it automatically
parses the content of any SBNation site and hides the comments of anyone you
have added to the blacklist.
# How Do I Use It?
First, you must be using either Google Chrome, or Safari. Other browser
support may be added eventually, but this is the initial implementation. =)
# TODO
* implement preferences as an injected HTML page (using local storage)
* 1.2.0
- Completely rewrite the Chrome settings page in AngularJS to work with
stricter Chrome extension APIs.
- Fix comment-rewriting to work with the latest SBN layout.
* 1.1.2
- Scans and updates blacklisted comments for all tabs with SBNation pages
loaded, rather than just the currently selected tab.
* 1.1.1
- Set debug logging to false. Accidentally left it on in 1.1.0.
* 1.1.0
- Add support for choosing whether to block replies to blocked comments
* 1.0.x Initial Public Release