mirror of
https://github.com/GetOpenScript/GitHub.openscript.git
synced 2026-09-18 08:25:42 +00:00
Set script versions to 1.0.0
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @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.
|
||||
// @match https://github.com/*/*
|
||||
// ==/UserScript==
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name Download GitHub Directory
|
||||
// @version 1.0.0
|
||||
// @description Adds a rate-limit-friendly directory download option to GitHub.
|
||||
// @match https://github.com/*/*
|
||||
// @require https://cdn.jsdelivr.net/npm/jszip@3.10.1/dist/jszip.min.js
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name Meaningful Icons for GitHub
|
||||
// @version 1.0.0
|
||||
// @description Replaces GitHub's generic file and folder icons with type-aware Material icons.
|
||||
// @match https://github.com/*/*
|
||||
// ==/UserScript==
|
||||
|
||||
Reference in New Issue
Block a user