FE-Interview docs Crack

try to take over the world!

  1. // ==UserScript==
  2. // @name FE-Interview docs Crack
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.7
  5. // @description try to take over the world!
  6. // @author dsqh
  7. // @include *://*.poetries.top/*
  8. // @include *://poetries1.gitee.io/*
  9. // @include *://interview.poetries.top/*
  10.  
  11. // @license MIT
  12. // @grant none
  13. // ==/UserScript==
  14.  
  15. (function () {
  16. "use strict";
  17. setOurCookie('_local',300);
  18. setOurCookie('_t',300);
  19. console.log(document.cookie);
  20.  
  21. const time1 = new Date().valueOf();
  22. localStorage.setItem("__login_time__", "TOKEN_" + time1);
  23.  
  24. function setOurCookie(name,time) {
  25. var our_cookie_name = name;
  26. var Days = time; // 时间长度
  27. var exp = new Date();
  28. exp.setTime(exp.getTime() + Days * 24 * 60 * 60 * 1000);
  29. document.cookie = our_cookie_name + "=true;expires=" + exp.toGMTString() + ";path=/";
  30. }
  31. // Your code here...
  32. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址