diff --git a/README.md b/README.md
index 477396a..7d4456a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,14 @@
+## 说明
+
+Chrome 应用商店:
+
+一个通过浏览器插件发布 [Memos](https://usememos.com/) 的插件。
+
+基于 iSpeak-bber 修改,原作者为 [DreamyTZK](https://www.antmoe.com/)。
+
## 更新日志
-2023.02.26 更改 Memos 可见范围按钮样式。
+2023.02.26 更改 Memos 可见范围按钮样式。支持 Ctrl/Meta + Enter 记下。点击标题跳转主站。
2023.02.25 修复 v0.11.0 下随机按钮失效。(api amount 失效导致,换用 stats 获取总条数)
@@ -24,10 +32,3 @@
2022.10.24 添加 visiblity 发送设置。
-## 说明
-
-Chrome 应用商店:
-
-一个通过浏览器插件发布 [Memos](https://usememos.com/) 的插件。
-
-基于 iSpeak-bber 修改,原作者为 [DreamyTZK](https://www.antmoe.com/)。
diff --git a/js/oper.js b/js/oper.js
index 4f63444..c37caef 100644
--- a/js/oper.js
+++ b/js/oper.js
@@ -181,8 +181,10 @@ $('#saveKey').click(function () {
)
})
-$('#getone').click(function () {
- getOne()
+$('#opensite').click(function () {
+ get_info(function (info) {
+ chrome.tabs.create({url:info.apiUrl.replace(/api\/memo.*/,'')})
+ })
})
function getOne(){
diff --git a/popup.html b/popup.html
index 44ee793..0842dc4 100644
--- a/popup.html
+++ b/popup.html
@@ -11,7 +11,7 @@
- MEMOS
+ MEMOS