Skip to content

Instantly share code, notes, and snippets.

@jhowliu
Last active August 29, 2015 14:02
Show Gist options
  • Save jhowliu/beb311089fff3f4e03ed to your computer and use it in GitHub Desktop.
Save jhowliu/beb311089fff3f4e03ed to your computer and use it in GitHub Desktop.
var updateEvent = function(obj) {
chrome.extension.sendMessage({
action: "updateCurrentVol",
obj: obj
}, function (res) {
console.log(res);
});
}
user_data = {
lastVol : lastVol,
lastVolURL : lastVolURL,
currentVol : currentVol,
currentVolURL : currentVolURL,
coverImgURL: coverImgURL,
title : title,
site : '8comic'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment