mirror of
https://github.com/galaxy-sea/AutoRedirector.git
synced 2025-09-16 04:00:45 +00:00
readme
This commit is contained in:
parent
9acab285ea
commit
d070acd772
@ -2,6 +2,12 @@
|
||||
AutoRedirector 是一款智能跳转插件,可自动绕过各大网站的中转链接,直接跳转到目标页面,提升浏览体验,减少不必要的等待和手动点击。支持 QQ、微信、CSDN、知乎、掘金、微博、豆瓣、LeetCode 等常见网站,智能解析 URL 或 HTML 页面中的真实目标链接,确保用户快速访问所需内容。
|
||||
|
||||
|
||||
# 插件下载
|
||||
- Google Chrome:插件审核中
|
||||
- Mozilla Firefox:插件审核中
|
||||
- Microsoft Edge:插件审核中
|
||||
- Apple Safari:一年99美元算了,不想支持
|
||||
|
||||
# 支持的网站列表
|
||||
<ul id="domainList">
|
||||
<li><a target="_blank" href="https://link.juejin.cn/?target=https://github.com/galaxy-sea/AutoRedirector">link.juejin.cn</a></li>
|
||||
|
@ -37,6 +37,7 @@ const redirectMap = {
|
||||
"www.qcc.com": { path: "/web/transfer-link", testHref: "https://www.qcc.com/web/transfer-link?link=https://github.com/galaxy-sea/AutoRedirector" },
|
||||
"www.yuque.com": { path: "/r/goto", testHref: "https://www.yuque.com/r/goto?url=https://github.com/galaxy-sea/AutoRedirector" },
|
||||
"xie.infoq.cn": { path: "/link", testHref: "https://xie.infoq.cn/link?target=https://github.com/galaxy-sea/AutoRedirector" },
|
||||
"www.infoq.cn": { path: "/link", testHref: "https://www.infoq.cn/link?target=https%3A%2F%2Fgithub.com%2Fgalaxy-sea%2FAutoRedirector" },
|
||||
"www.baike.com": { path: "/redirect_link", testHref: "https://www.baike.com/redirect_link?url=https://github.com/galaxy-sea/AutoRedirector" },
|
||||
"developers.weixin.qq.com": { path: "/community/middlepage/href", testHref: "https://developers.weixin.qq.com/community/middlepage/href?href=https://github.com/galaxy-sea/AutoRedirector" },
|
||||
"developer.aliyun.com": { path: "/redirect", testHref: "https://developer.aliyun.com/redirect?target=https://github.com/galaxy-sea/AutoRedirector" },
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
<div style="display: inline-block;">
|
||||
<button id="openOptions">打开测试网页</button>
|
||||
<button>新的中转链接反馈 或 bug反馈</button>
|
||||
<button id="newIssue">新的中转链接反馈 或 bug反馈</button>
|
||||
<p></p>
|
||||
<h3 class="rainbow">善良的好人们,行行好施舍点银子给我买包烟吧,一块两块不嫌少三块四块会更好,赠人香烟手有余香。——by:爱抽烟的人</h3>
|
||||
<p></p>
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
<body>
|
||||
<button id="openOptions">打开测试网页</button>
|
||||
<button >新的中转链接反馈 或 bug反馈</button>
|
||||
<button id="newIssue">新的中转链接反馈 或 bug反馈</button>
|
||||
|
||||
<p></p>
|
||||
<h3 class="rainbow">善良的好人们,行行好施舍点银子给我买包烟吧,一块两块不嫌少三块四块会更好,赠人香烟手有余香。——by:爱抽烟的人</h3>
|
||||
|
4
popup.js
4
popup.js
@ -2,3 +2,7 @@
|
||||
document.getElementById("openOptions").addEventListener("click", function () {
|
||||
chrome.tabs.create({ url: "options.html" });
|
||||
});
|
||||
|
||||
document.getElementById("newIssue").addEventListener("click", function () {
|
||||
chrome.tabs.create({ url: "https://github.com/galaxy-sea/AutoRedirector/issues/new?template=%E6%96%B0%E7%9A%84%E4%B8%AD%E8%BD%AC%E9%93%BE%E6%8E%A5%E5%8F%8D%E9%A6%88-%E6%88%96-bug%E5%8F%8D%E9%A6%88.md" });
|
||||
});
|
Loading…
x
Reference in New Issue
Block a user