mirror of
https://github.com/GetOpenScript/DisplayRepoSizeGitHub.openscript.git
synced 2026-09-18 10:35:42 +00:00
Set script versions to 1.0.0
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Display Repo Info and File Sizes for GitHub
|
// @name Display Repo Info and File Sizes for GitHub
|
||||||
|
// @version 1.0.0
|
||||||
// @description Displays repository disk usage, age, and individual file sizes on GitHub.
|
// @description Displays repository disk usage, age, and individual file sizes on GitHub.
|
||||||
// @match https://github.com/*/*
|
// @match https://github.com/*/*
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Download GitHub Directory
|
// @name Download GitHub Directory
|
||||||
|
// @version 1.0.0
|
||||||
// @description Adds a rate-limit-friendly directory download option to GitHub.
|
// @description Adds a rate-limit-friendly directory download option to GitHub.
|
||||||
// @match https://github.com/*/*
|
// @match https://github.com/*/*
|
||||||
// @require https://cdn.jsdelivr.net/npm/jszip@3.10.1/dist/jszip.min.js
|
// @require https://cdn.jsdelivr.net/npm/jszip@3.10.1/dist/jszip.min.js
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Meaningful Icons for GitHub
|
// @name Meaningful Icons for GitHub
|
||||||
|
// @version 1.0.0
|
||||||
// @description Replaces GitHub's generic file and folder icons with type-aware Material icons.
|
// @description Replaces GitHub's generic file and folder icons with type-aware Material icons.
|
||||||
// @match https://github.com/*/*
|
// @match https://github.com/*/*
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|||||||
Reference in New Issue
Block a user