This file contains hidden or 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
| #!/bin/bash | |
| REPO=alibaba/serverless-vscode | |
| URL=https://api.github.com/search/issues | |
| DATE=2019-10-07 | |
| count_issue(){ | |
| n=0 | |
| until [ $n -ge 5 ] |
This file contains hidden or 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
| // ==UserScript== | |
| // @name Gru Avatar | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2024-04-28.02 | |
| // @description Random Avatar for Gru | |
| // @author You | |
| // @match https://*.babeltech.net/gru | |
| // @match https://*.babeltech.net/gru/* | |
| // @icon https://staging.babeltech.net/images/favicon.png | |
| // @grant none |
OlderNewer