求大佬帮忙解决一下这个错误

```(function anonymous(context,fapply
) {
with (context) {(function(module) {"use strict";try {
fapply(module, context, [,,context.CDATA,context.uneval,context.undefined,context.define,context.module,context.console,context.GM_info]);} catch (e) {if (e.message && e.stack) {console.error("ERROR: Execution of script 'New Userscript' failed! " + e.message);console.log(e.stack.replace(/(\(eval at )?[: ]?)|([\s.]*at Object.tms_[\s\S.]*)/g, ""));} else {console.error(e);}}
})(function (context,fapply,CDATA,uneval,undefined,define,module,console,GM_info) {

// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net
// @version

// @include *
// @description try to take over the world!
// @author You
// @match http://*/*
// @grant none
// ==/UserScript==

(function() {

'use strict';
header("Content-Security-Policy: upgrade-insecure-requests");
var button = document.createElement("input"); //创建一个input对象(提示框按钮)
button.setAttribute("type", "button");
button.setAttribute("value", "下载");
button.style.width = "60px";
button.style.align = "center";
button.style.marginLeft = "250px";
button.style.marginBottom = "10px";
button.style.background = "#b46300";
button.style.border = "1px solid " + "#b46300";//52
button.style.color = "white";
button.style="z-index: 99999";
var x = document.getElementsById("root");
x[0].appendChild(button);


// Your code here...

})();
})}

})


```(function anonymous(context,fapply
) {
with (context) {(function(module) {"use strict";try {
fapply(module, context, [,,context.CDATA,context.uneval,context.undefined,context.define,context.module,context.console,context.GM_info]);} catch (e) {if (e.message && e.stack) {console.error("ERROR: Execution of script 'New Userscript' failed! " + e.message);console.log(e.stack.replace(/(\(eval at )?[: ]?)|([\s.]*at Object.tms_[\s\S.]*)/g, ""));} else {console.error(e);}}
})(function (context,fapply,CDATA,uneval,undefined,define,module,console,GM_info) {

。。这是神马?? 代码贴到代码块里啊。 而且你这代码好像没贴完整