-
Notifications
You must be signed in to change notification settings - Fork 552
Revise Edge extension management instructions and update image reference #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,13 +44,17 @@ import SponsorBlock from '@site/src/components/SponsorBlock/zh.mdx'; | |
| <Tabs groupId="browser" queryString> | ||
| <TabItem value="edge" label={<div className="flex items-center gap-1"><Icon height={16} width={16} icon="logos:microsoft-edge" />Edge</div>} default> | ||
|
|
||
| ① 打开浏览器的扩展管理界面,或者访问 [edge://extensions/](edge://extensions/) | ||
| ① 打开浏览器的扩展列表然后点击扩展右边的三个点, | ||
|
|
||
|  | ||
|  👉 | ||
| <img width="335" height="38" alt="image" src="https://github.com/user-attachments/assets/808dfc9b-7404-4091-ac26-b0cf647b1a2e" /> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 图片似乎是日文,并且不在仓库里面,这样用户访问文档实际上是访问的GitHub
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
我知道,所以说让你改一下,因为我没有写这个库的权限,这也是为什么 PR 是 Draft 状态。
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 你需要fork这个仓库,在fork之后的仓库进行改动,再pr,你的流程可能有些问题
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
无所谓了……毕竟不能直接照搬日文截图去中文说明里吧,社评会炸的😅 |
||
|
|
||
| ② 在扩展管理界面中,找到脚本猫扩展,点击`详情` | ||
| 或者直接右键单击在工具栏上的扩展图标来打开菜单 <img width="43" height="42" alt="image" src="https://github.com/user-attachments/assets/7f344714-45e6-4b79-b65b-c562dacae60a" /> | ||
|
|
||
|
|
||
| ② 在菜单中点击扩展管理 | ||
|
|
||
|  | ||
| <img width="223" height="426" alt="image" src="https://github.com/user-attachments/assets/59d89885-43e6-46ad-9c35-43a50d88ce0c" /> | ||
|
Comment on lines
56
to
+57
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @CodFrm 是這個吧。
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 建议用隐私模式精简一下环境,提供最小化的截图。
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 补充:也可以用多用户配置的方式来处理 |
||
|
|
||
| ③ 在脚本猫扩展的详情页中,找到`允许用户脚本`选项,开启它,然后关闭扩展再开启扩展,或者重启浏览器,使脚本功能生效。 | ||
|
|
||
|
|
||



There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
保留 edge://extensions/ 不是更快捷一些么
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
外部网站不能直接使用内部链接的,直接点击是没有任何反应的,实测会重定向到
about:blank#blocked这是 Edge 的安全政策问题,所以提供这个链接没有意义。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
还真的,没注意过。不过我觉得还是可以保留,方便用户复制(也许添加一个复制的操作?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
有直接一步到位的方法啊……为什么还要保留这个间接的操作呢?暂时没有想到它保留的意义在哪里。(对比之下,这对用户来说这一点都不方便吧😅)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
理解了,可能我习惯问题
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
正解。