Auto Fill Repository Name when Deletion Confirmation

Add a button above the "Delete this repository" button and auto-fill the repository name when deleting a repository on GitHub.

As of 25/01/2024. See the latest version.

Autor
chiperman
Ocene
0 0 0
Verzija
1.1
Napravljeno
24/01/2024
Ažurirano
25/01/2024
Size
3,61 КБ
Licenca
MIT
Važi za

GHRepoDeleteHelper

Description

GHRepoDeleteHelper is a Tampermonkey script that simplifies the process of deleting repositories on GitHub.

It adds a 🤖 Auto Fill button above the Delete this repository button. Clicking this button automatically fills the input box with <username>/<repo-name> and activates the Delete this repository button below.

The reason for not directly activating the Delete this repository button is because I believe this operation is indeed very dangerous. Therefore, think twice before you go, and GitHub does this probably for the same reason.

However, every time I am sure I want to delete a repository, it is cumbersome to copy and paste. Hence, I created this script to save time, hoping it can also be helpful for you.

However, it is very annoying to copy and paste every time I decide to delete a repository. Therefore, I created this script to save time, and I hope it can also be helpful for you.

Installation

  1. If not installed yet, please install the Tampermonkey extension for your browser (Chrome / Firefox / Edge).
  2. Click to install the script:
  3. Visit the Settings page of your GitHub repository to enable the script.

Usage

  1. Go to the GitHub repository's Settings page.
  2. Scroll down to locate the Danger Zone section.
  3. Click the `Delete this r