Skip to content

Instantly share code, notes, and snippets.

View mkc1370's full-sized avatar
🦊

mkc1370 mkc1370

🦊
View GitHub Profile
@eduidl
eduidl / hide_archived_repositories.js
Last active May 24, 2023 07:12
Hide archived GitHub repositories
// ==UserScript==
// @name HideArchivedRepository
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Hide archived repository
// @author eduidl
// @match https://github.com/*
// @icon https://github.com/favicon.ico
// @grant none
// ==/UserScript==