Skip to content

Commit

Permalink
Update chrome extension to change new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
typcn committed Feb 23, 2018
1 parent 01b91e1 commit 66f64d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions chrome-extension/js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function load(){

refreshPluginList();
}).catch(function(err) {
$("#loading p").innerHTML = '连接失败,请确保 <a href="http://bilimac.eqoe.cn/" target="_blank">Bilibili for mac</a> 处于开启状态';
$("#loading p").innerHTML = '连接失败,请确保 <a href="https://typcn.com/legacy/bilimac/" target="_blank">Bilibili for mac</a> 处于开启状态';
});
}

Expand Down Expand Up @@ -125,15 +125,15 @@ $("#reloadPlugin").addEventListener("click",function(){
});

$("#downloadManager").addEventListener("click",function(){
chrome.tabs.create({ url: "http://static.tycdn.net/downloadManager/" });
chrome.tabs.create({ url: "http://static-ssl.tycdn.net/downloadManager/" });
});

$("#pluginCenter").addEventListener("click",function(){
call_uri("bl://vp-hub.eqoe.cn/");
call_uri("bl://_bilimac_newtab.loli.video/");
});

$("#getUserByComment").addEventListener("click",function(){
chrome.tabs.create({ url: "http://biliquery.typcn.com/?noredir" });
chrome.tabs.create({ url: "https://biliquery.typcn.com/?noredir" });
});

$("#softwareSettings").addEventListener("click",function(){
Expand Down
2 changes: 1 addition & 1 deletion chrome-extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Bilibili Mac Client Helper",
"description": "Chrome Helper for Bilibili Mac Client",
"version": "1.50",
"version": "1.51",
"permissions": [
"storage",
"tabs",
Expand Down

0 comments on commit 66f64d9

Please sign in to comment.