-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update the meta json for monkey scripts
- Loading branch information
Showing
7 changed files
with
37 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Scripts for Arylo | ||
|
||
This project contains scripts that are useful for Arylo's daily tasks. | ||
|
||
## Monkey Scripts | ||
|
||
|Script |Description | | ||
|-- |-- | | ||
|gitlab-font-family |Replace the font family in the merge request page| | ||
|gitlab-settings-max-size|Expand the page size in the CI/CD settings page | | ||
|nyaa-si-show-image |In some scenarios show image on the `nyaa.si` | | ||
|
||
## Qinglong Scripts | ||
|
||
|Script |Description | | ||
|-- |-- | | ||
|groupVideo|Classification and storage for video files| | ||
|moveVideo |Move video files to the target folder | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "Display image right now in nyaa.si", | ||
"name:zh": "在nyaa.si 上立即显示图片", | ||
"match": "https://sukebei.nyaa.si/view/*", | ||
"grant": "none", | ||
"version": "1.0", | ||
"run-at": "document-end", | ||
"require": "https://code.jquery.com/jquery-3.6.0.min.js" | ||
} |