Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate ShareMeNot functionality #196

Merged
merged 14 commits into from
Jun 10, 2014
Merged
Prev Previous commit
Next Next commit
cleanup spacing issue
  • Loading branch information
froeschele committed Jun 9, 2014
commit 00b40fa94b1defcdcacc9175fd699ea26b410bd6
2 changes: 1 addition & 1 deletion src/blockedDomainList.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var BlockedDomainList = exports.BlockedDomainList = {
var updateTime = this._randomFutureTime();
this.domains[domain] = updateTime;
chrome.storage.local.set({blockeddomainlist: this.domains},function(){});
},
},
nextUpdateTime: function(domain){
return this.domains[domain];
},
Expand Down