GitHub: Hide "Following" button

Hide "Following" feed button on GitHub

目前為 2023-03-22 提交的版本,檢視 最新版本

// ==UserScript==
// @name         GitHub: Hide "Following" button
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  Hide "Following" feed button on GitHub
// @author       Maciek Sitkowski
// @match        https://github.com/
// @icon         https://www.google.com/s2/favicons?sz=64&domain=github.com
// @license      MIT
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    document.querySelector('#feed-original')?.parentElement?.remove();
})();

QingJ © 2025

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