diff --git a/README.md b/README.md
index ccb5caf..3607ea7 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
在网页中添加 Live2D 看板娘。兼容 PJAX,支持无刷新加载。
Add Live2D widget to web page. Compatible with PJAX.
-**警告:本项目使用了大量 ES6 语法,且依赖于 WebGL。不支持 IE 11 等老旧浏览器。**
+**警告:本项目使用了大量 ES6 语法,不支持 IE 11 等老旧浏览器。**
**WARNING: This project does not support legacy browsers such as IE 11.**
## 示例 Demo
@@ -33,7 +33,7 @@ Font Awesome (v4 or v5) is required for this plugin. Take Font Awesome v4 as an
```xml
```
-否则无法正常显示。(如果网页中已经加载了任何版本的 Font Awesome,就不要重复加载了)
+否则图标将无法正常显示。(如果网页中已经加载了任何版本的 Font Awesome,就不要重复加载了)
## 使用 Usage
diff --git a/waifu-tips.json b/waifu-tips.json
index 607848b..78eab55 100755
--- a/waifu-tips.json
+++ b/waifu-tips.json
@@ -74,9 +74,6 @@
}, {
"selector": ".highlight .table-container, .gist",
"text": ["GitHub!我是新手!", "PHP 是最好的语言!"]
- }, {
- "selector": ".container a[href^='http'], .nav-link .nav-text",
- "text": ["要去看看 {text} 么?", "去 {text} 逛逛吧。", "到 {text} 看看吧。"]
}, {
"selector": "a[href^='mailto']",
"text": ["邮件我会及时回复的!", "点击就可以发送邮件啦~"]
@@ -95,6 +92,12 @@
}, {
"selector": "a[itemprop='discussionUrl']",
"text": ["要去看看评论吗?"]
+ }, {
+ "selector": ".beian a",
+ "text": ["我也是有户口的人哦。", "我的主人可是遵纪守法的好主人。"]
+ }, {
+ "selector": ".container a[href^='http'], .nav-link .nav-text",
+ "text": ["要去看看 {text} 么?", "去 {text} 逛逛吧。", "到 {text} 看看吧。"]
}, {
"selector": ".back-to-top",
"text": ["点它就可以回到顶部啦!", "又回到最初的起点~", "要回到开始的地方么?"]