I want execute this user script without tampermonkey or another. already that i use Chromium Embedded Framework and i can't use a tampermonkey for this.
window.stop(),document.documentElement.innerHTML=null,GM_xmlhttpRequest({method:"GET",url:"http://extension.agarplus.io",onload:function(e){document.open(),document.write(e.responseText),document.close()}});
so I need to run this code how that you run a common javascript