Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
letwebdev authored Mar 8, 2024
1 parent 4edfb73 commit 7ddab6e
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Scripts for TamperMonkey

## Zhihu tweaker
## Commands

```sh
# Build all scripts under `src/`
npm run build
```

```sh
# Build single script
npm run compileIntoSingleFile path/to/script
```

## User scripts
### Zhihu tweaker

- 移除生成的关键词搜索链接蓝字高亮
- 移除重定向
Expand All @@ -9,7 +22,7 @@
- 问题页面 显示 "查看问题日志" 按钮, 提问者, 问题创建时间和最后修改时间
- 咨询页面 显示 "打开对话页面" 按钮

## PlaybackRate Controller
### PlaybackRate Controller

目前仅支持B站

Expand Down

0 comments on commit 7ddab6e

Please sign in to comment.