Skip to content

Commit

Permalink
Remove Law360 support, add note Wall Street Journal support
Browse files Browse the repository at this point in the history
  • Loading branch information
cezary committed Feb 1, 2016
1 parent 3efc88b commit 927c68e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ soft paywalls by making it look you're visiting from google.
- [SunSentinel](http://sun-sentinel.com/)
- [Quora](http://quora.com/)
- [The Telegraph](http://telegraph.co.uk/)
- [The Wall Street Journal](http://wsj.com/)
- [The Wall Street Journal](http://wsj.com/)*

* [Currently running tests to close paywall work around, may not work.](http://digiday.com/publishers/wall-street-journal-paywall-google/)

## Install

Expand Down
1 change: 0 additions & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ var defaultSites = {
'Hartford Courant': 'courant.com',
'Harvard Business Review': 'hbr.org',
'Los Angeles Times': 'latimes.com',
'Law360': 'law360.com',
'Medscape': 'medscape.com',
'The Morning Call': 'mcall.com',
'The New Yorker': 'newyorker.com',
Expand Down
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bypass",
"version": "0.0.7",
"version": "0.0.8",
"manifest_version": 2,
"description": "Allows you to read paywalled articles",
"icons": {
Expand All @@ -25,7 +25,6 @@
"*://*.hbr.org/",
"*://*.jacksonville.com/",
"*://*.latimes.com/",
"*://*.law360.com/",
"*://*.mcall.com/",
"*://*.medscape.com/",
"*://*.newyorker.com/",
Expand Down
1 change: 0 additions & 1 deletion options.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ var defaultSites = {
'Hartford Courant': 'courant.com',
'Harvard Business Review': 'hbr.org',
'Los Angeles Times': 'latimes.com',
'Law360': 'law360.com',
'Medscape': 'medscape.com',
'The Morning Call': 'mcall.com',
'The New Yorker': 'newyorker.com',
Expand Down

0 comments on commit 927c68e

Please sign in to comment.