From b293156cf37ee008d70319de4f8b4f8789cc37c0 Mon Sep 17 00:00:00 2001 From: Cat73 <1901803382@qq.com> Date: Sun, 29 Nov 2015 21:35:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- remove_web_limits.user.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/remove_web_limits.user.js b/remove_web_limits.user.js index 1efa198..8699564 100644 --- a/remove_web_limits.user.js +++ b/remove_web_limits.user.js @@ -80,6 +80,7 @@ function unhook(e, self, funcsName) { for(var i in list) { list[i](e); } + e.returnValue = true; return true; } @@ -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); } // 初始化