Disable terrible github actions run search

Disable terrible github actions run search. I hate it.

  1. // ==UserScript==
  2. // @name Disable terrible github actions run search
  3. // @namespace https://github.com/bigwheel
  4. // @version 0.1
  5. // @description Disable terrible github actions run search. I hate it.
  6. // @author kbigwheel
  7. // @match https://github.com/*
  8. // @license MIT
  9. // ==/UserScript==
  10. window.addEventListener('load', function() {
  11. document.getElementsByClassName("js-checks-log-search-input")[0].removeAttribute('data-hotkey');
  12. }, false);

QingJ © 2025

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