https://github.com/afeiship/github-assistant
Github assistant.
https://github.com/afeiship/github-assistant
assistant github gm plugin tampermonkey
Last synced: 6 months ago
JSON representation
Github assistant.
- Host: GitHub
- URL: https://github.com/afeiship/github-assistant
- Owner: afeiship
- Created: 2020-07-09T08:57:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-09T10:23:14.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T17:44:26.715Z (over 1 year ago)
- Topics: assistant, github, gm, plugin, tampermonkey
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-assistant
> Github assistant.
## installation
```shell
npm i @feizheng/github-assistant
```
## usage
```js
// ==UserScript==
// @name afeiship
// @namespace https://github.com/afeiship/gm-sdk
// @version 1.0.0
// @description try to take over the world!
// @author aric
// @match *://*/*
// @require https://cdn.jsdelivr.net/npm/@feizheng/gm-sdk@1.0.20/dist/gm-sdk.js
// @require https://cdn.jsdelivr.net/npm/@feizheng/github-assistant
// @grant GM_addStyle
// @grant GM_deleteValue
// @grant GM_listValues
// @grant GM_addValueChangeListener
// @grant GM_removeValueChangeListener
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_log
// @grant GM_getResourceText
// @grant GM_getResourceURL
// @grant GM_registerMenuCommand
// @grant GM_unregisterMenuCommand
// @grant GM_openInTab
// @grant GM_xmlhttpRequest
// @grant GM_download
// @grant GM_getTab
// @grant GM_saveTab
// @grant GM_getTabs
// @grant GM_notification
// @grant GM_setClipboard
// @grant GM_info
// @grant window.focus
// @icon64 https://tva1.sinaimg.cn/large/007S8ZIlgy1gexw87htqhj305k05k74o.jpg
// ==/UserScript==
```