Skip to content

Commit

Permalink
v1.4.0 - 2018-04-24
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Apr 24, 2018
1 parent b2b8070 commit 21efa07
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.4.0
- Add `disq.us`

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

Expand Down
4 changes: 4 additions & 0 deletions background.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
const sites = {
'disq.us': {
pathname: 'url',
key: 'url'
},
'exit.sc': {
pathname: '',
key: 'url'
Expand Down
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"permissions": [
"webRequest",
"webRequestBlocking",
"https://disq.us/",
"https://exit.sc/",
"https://l.facebook.com/",
"https://news.url.google.com/",
Expand All @@ -20,5 +21,5 @@
"https://vk.com/",
"https://www.youtube.com/"
],
"version": "1.3.0"
"version": "1.4.0"
}

0 comments on commit 21efa07

Please sign in to comment.