Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fayland committed May 23, 2014
1 parent f54f7f2 commit 6d983d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
"js": [ "js/zepto.min.js", "js/qiandao/taobao.js" ],
"run_at": "document_end"
},
{
"matches": [ "http://*.tmall.com/*" ],
"js": [ "js/zepto.min.js", "js/qiandao/tmall.js" ],
"run_at": "document_end"
},
{
"matches": [ "http://*.yhd.com/*" ],
"js": [ "js/zepto.min.js", "js/qiandao/yhd.js" ],
Expand All @@ -41,11 +36,6 @@
"js": [ "js/zepto.min.js", "js/qiandao/xiami.js" ],
"run_at": "document_end"
},
{
"matches": [ "http://*.weibo.com/*" , "http://weibo.com/*"],
"js": [ "js/zepto.min.js", "js/qiandao/weibo.js" ],
"run_at": "document_end"
},
{
"matches": [ "http://tieba.baidu.com/*" ],
"js": [ "js/zepto.min.js", "js/qiandao/tieba.js" ],
Expand Down
2 changes: 1 addition & 1 deletion src/bg/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
}

if (request.method === 'xiami_qiandao') {
chrome.cookies.getAll({domain:"weibo.com"}, function (cookies){
chrome.cookies.getAll({domain:"xiami.com"}, function (cookies){
var is_logined = 0;
for (var i in cookies) {
if (cookies[i].name === 'user') {
Expand Down

0 comments on commit 6d983d6

Please sign in to comment.