HideFilesSection

I just need to see readme!!!

当前为 2020-07-29 提交的版本,查看 最新版本

// ==UserScript==
// @name         HideFilesSection
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  I just need to see readme!!!
// @author       lane
// @match        https://github.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
     const e = document.querySelector('.rgh-toggle-files');
     if (e) {
        e.click();
     }
})();

QingJ © 2025

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