Skip to content

Commit

Permalink
remove v.youku from the proxy list
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhuor committed Apr 5, 2020
1 parent e28fbe3 commit a40f609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrome/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function setup_mode_settings(mode_name) {
change_browser_icon('off');
break;
case 'normal':
setup_header();
// setup_header();
setup_proxy();
chrome.browserAction.setBadgeText({text: ''});
change_browser_icon('normal');
Expand Down
2 changes: 1 addition & 1 deletion shared/urls.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ unblock_youku.redirect_urls = [
'http://api.aixifan.com/plays/*',
'http://www.acfun.cn/video/getVideo*',
'https://www.acfun.cn/*',
'https://v.youku.com/*',
// 'https://v.youku.com/*',
// 'http://v2.tudou.com/*',
'http://video.tudou.com/v/*',
'http://www.tudou.com/a/*',
Expand Down

0 comments on commit a40f609

Please sign in to comment.