Skip to content

Commit

Permalink
整理代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Cat7373 committed Nov 29, 2015
1 parent bc96809 commit b293156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion remove_web_limits.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ function unhook(e, self, funcsName) {
for(var i in list) {
list[i](e);
}

e.returnValue = true;
return true;
}
Expand Down Expand Up @@ -107,7 +108,7 @@ function getElements() {
function addStyle(css) {
var style = document.createElement('style');
style.innerHTML = css;
document.head.appendChild(style);
document.head.appendChild(style);
}

// 初始化
Expand Down

0 comments on commit b293156

Please sign in to comment.