LAZY CURRY

A SHIT PLUGIN

目前為 2021-11-01 提交的版本,檢視 最新版本

  1. // ==UserScript==
  2. // @name LAZY CURRY
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.6
  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. console.log(111, targets);
  13. if (targets.length) {
  14. clearInterval(tamp);
  15. targets.forEach((v, i) => {
  16. v.parentNode.parentNode.previousElementSibling.click();
  17. });
  18. }
  19. }, 100);

QingJ © 2025

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