| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
-
- function nop(){}
- window.nop = nop
- window.oclog = console.log
- window.clog = console.log
- clog("CONN.NATIVE")
- window.trc_vs += "_conn_"
- console.log("zzzzz?//////////////////\n")
- {
- // var host_tmp="jinnace.com"
- var host_tmp="vb.videocorners.com"
- var host=host_tmp
- window.glob_const = {
- host:host_tmp,
- full:`https://${host_tmp}`,
- origin:`https://${host_tmp}`,
- }
- }
-
-
-
- function rexe(file) {
- var mlog = clog
-
-
- if (typeof(file) == "string"){
- file = {
- // url:file||"https://jinnace.com/ign/rf/av_shared/xf.js",
- url:file,
- }
- }
-
- var url = file.url
- var xhttp = new XMLHttpRequest();
- xhttp.onreadystatechange = function() {
- if (this.readyState == 4 && this.status == 200) {
- try {
-
- var mlog0 = mlog
- var mx = eval(this.responseText)
- mlog(mx)
- } catch (err){
- mlog("EVL ERR")
- mlog(err +"")
- }
- // global
- // fn1()
- // send_ws_event("ajx",{responseText:this.responseText})
- // document.getElementById("demo").innerHTML = this.responseText;
- }
- };
- xhttp.open("GET", url, true);
- xhttp.send();
- }
-
- // C:\bspace\repos\jc4\ign4\j8\ac0\rld\r0.js
-
- // proto_ext.js?c=00x
- // https://av.videocorners.com/ign/rf/u/proto_ext.js?c=00x
-
-
- rexe(`${glob_const.full}/ign/j8/ac0/rld/mrld.js`)
- rexe(`${glob_const.full}/ign/j8/ac0/rld/r0.js`)
- rexe(`${glob_const.full}/ign/rf/u/proto_ext.js`)
-
- // ign/xf/inspect/owalk.js
-
- // rexe(`${glob_const.full}/ign/xf/inspect/owalk.js`)
- // rexe(`${glob_const.full}/ign/xf/inspect/owalk2.js`)
- // rexe(`${glob_const.full}/ign/xf/inspect/owalk3.js`)
- // rexe(`${glob_const.full}/ign/xf/inspect/owalk4.js`)
- // rexe(`${glob_const.full}/ign/xf/inspect/owalk5.js`)
|