LOLZ_Sueta

Removing ignored users on the market.

  1. // ==UserScript==
  2. // @name LOLZ_Sueta
  3. // @namespace LOLZ_Sueta
  4. // @version 0.3
  5. // @description Removing ignored users on the market.
  6. // @author el9in
  7. // @match https://lolz.guru/*
  8. // @match https://zelenka.guru/*
  9. // @match https://lzt.market/*
  10. // @icon https://www.google.com/s2/favicons?sz=64&domain=zelenka.guru
  11. // @grant none
  12. // @license el9in
  13. // ==/UserScript==
  14.  
  15. (function() {
  16. 'use strict';
  17. window.addEventListener('keydown', function(event) {
  18. if (event.altKey && (event.key === 'с' || event.key === 'c')) {
  19. const selectedText = window.getSelection().toString();
  20. document.execCommand('insertText', false, selectedText + ':sueta:');
  21. }
  22. });
  23. })();

QingJ © 2025

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