An open API service indexing awesome lists of open source software.

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.

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==
```