LAZY CURRY

A SHIT PLUGIN

  1. // ==UserScript==
  2. // @name LAZY CURRY
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.0
  5. // @description A SHIT PLUGIN
  6. // @author You
  7. // @match https://km.sankuai.com/*
  8. // @grant none
  9. // ==/UserScript==
  10. const tamp = setInterval(() => {
  11. const targets = Array.from(document.querySelectorAll('.inner-text')).filter(v => /李亮的空间|管理系统组空间/.test(v.innerText));
  12. if (targets.length) {
  13. clearInterval(tamp);
  14. targets.forEach((v, i) => {
  15. v.parentNode.parentNode.previousElementSibling.click();
  16. });
  17. }
  18. }, 100);

QingJ © 2025

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