---
config:
layout: tidy-tree
---
mindmap
root((Mermaid<br/>Renderer))
Parsing
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 扇贝单词App | |
| // @namespace https://gist.github.com/fondoger/57900fb2a95048075b2c500c265e89b3 | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author fondoger | |
| // @match https://web.shanbay.com/wordsweb/ | |
| // @icon https://assets0.baydn.com/static/img/shanbay_favicon.png | |
| // @grant GM_addStyle | |
| // @require https://code.jquery.com/jquery-2.2.4.min.js |
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
| Invoke-WebRequest https://chocolatey.org/install.ps1 -UseBasicParsing | Invoke-Expression; | |
| choco install vim -y | |