Skip to content

Commit

Permalink
v1.3.0 - 2018-04-23
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Apr 23, 2018
1 parent 9223aa3 commit b2b8070
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Intercept Redirect

## 1.3.0
- Add `news.url.google.com`

## 1.2.0
- Reorganize list of sites so each site is listed once
- Add gitignore
Expand Down
4 changes: 4 additions & 0 deletions background.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ const sites = {
pathname: 'l.php',
key: 'u'
},
'news.url.google.com': {
pathname: 'url',
key: 'url'
},
'plus.url.google.com': {
pathname: 'url',
key: 'url'
Expand Down
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"webRequestBlocking",
"https://exit.sc/",
"https://l.facebook.com/",
"https://news.url.google.com/",
"https://plus.url.google.com/",
"https://www.google.com/",
"https://l.instagram.com/",
Expand All @@ -19,5 +20,5 @@
"https://vk.com/",
"https://www.youtube.com/"
],
"version": "1.2.0"
"version": "1.3.0"
}

0 comments on commit b2b8070

Please sign in to comment.