LAZY CURRY

A SHIT PLUGIN

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

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

QingJ © 2025

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