Skip to content

Commit

Permalink
Add bilibili live rule #67
Browse files Browse the repository at this point in the history
  • Loading branch information
crispgm committed Oct 26, 2017
1 parent dfc506c commit f4c8a98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,12 @@ var defaultOptions = {
"isEnabled": true,
"isRegex": true
},
{
"src": "^https?://live.bilibili.com/h5/(.*)",
"dst": "https://live.bilibili.com/$1",
"isEnabled": true,
"isRegex": true
},
{
"src": "https://www.baidu.com/",
"dst": "https://www.google.com/",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "URL Auto Redirector",
"short_name": "URLAutoRedirector",
"version": "1.7.0",
"version": "1.7.1",
"description": "__MSG_ext_description__",
"author": "David Zhang",
"homepage_url": "https://urlautoredirector.github.io/",
Expand Down

0 comments on commit f4c8a98

Please sign in to comment.