海角社区解析

🚀目前最稳定的海角免费解析🚀

Fra 25.08.2024. Se den seneste versjonen.

  1. // ==UserScript==
  2. // @name 海角社区解析
  3. // @namespace https://github.com/J-thinker/ai-movie
  4. // @version v1.0.1
  5. // @author ak-sky
  6. // @description 🚀目前最稳定的海角免费解析🚀
  7. // @homepage https://github.com/J-thinker/ai-movie
  8. // @supportURL https://github.com/J-thinker/ai-movie
  9. // @run-at document-idle
  10. // @match https://www.hjcx.org/*
  11. // @match https://hjcx.org/*
  12. // @match https://www.hjcx.cc/*
  13. // @match https://hjcx.cc/*
  14. // @match https://www.haijiao.com/*
  15. // @license MIT
  16. // ==/UserScript==
  17.  
  18. const resp_data = {
  19. data: 'hai_jiao_respomse'
  20. };
  21.  
  22.  
  23. let atob_data_1 = Buffer.from(resp_data.data, 'base64url');
  24. let atob_data_2 = Buffer.from(atob_data_1.toString(), 'base64url');
  25. let atob_data_3 = Buffer.from(atob_data_2.toString(), 'base64url');
  26.  
  27.  
  28. console.log(atob_data_3.toString());