uweb/zh/multiaccount/index.html

85 lines
3.6 KiB
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
2020-04-29 08:37:43 +00:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
2023-12-11 07:23:07 +00:00
2024-04-01 13:51:55 +00:00
<link rel="stylesheet" href="../style.css#" type="text/css" />
<title>利用多账号登录获取资源</title>
<script type="text/javascript">
function findLang(){
let href = location.href;
for(let i=href.length-1;i>0;i--){
if('/'==href.charAt(i) && '/'==href.charAt(i-3))
return i;
}
return 0;
}
function nav2(page){
let i = findLang();
location.href = location.href.substring(0,i+1)+page;
}
function nav2Lang(lang){
let i = findLang();
let href = location.href;
location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
}
</script>
</head>
<body>
<header class='header'>
2024-04-02 05:42:43 +00:00
<a class="logo" href="javascript:void(0)" onclick="return nav2('index.html#')">Home</a> <a class="logo" href="javascript:void(0)" onclick="return nav2('tags/index.html#')">Tags</a>
<nav>
</nav>
</header>
<br />
2020-04-29 08:37:43 +00:00
<div class="container">
<h1 class="title">利用多账号登录获取资源
<br>
<span class="subtitle"></span>
</h1>
<ul class="tags">
2020-04-29 08:37:43 +00:00
</ul>
<p>谈到资源就离不开bt, bt下载费时费力离线bt是最佳选择。国内离线下载由于关键节点屏蔽基本没啥用。我的个人体验是彻彻底底完全没用但别人也许还有点用国外唯一一个有好体验的是seedr, 不过seedr有个大问题需要解决。</p>
2020-04-29 08:37:43 +00:00
<p>其它我曾推荐过的台湾bt, bug实在太多现在看来也成了半个垃圾。万般无奈之下只能重拾seedr.</p>
<p>seedr的问题是首次登录需要google人机验证登录成功以后可以永久使用无需小飞机辅助。</p>
<p>以前偶尔飞飞一点问题也没有毕竟1分钟飞行就可解决很长时间问题了。但目前的状态是信息基本被彻底封死1分钟飞行也成了奢望。所以十分有必要珍惜这来之不易的1分钟飞行成果。</p>
<p>现在直接上方案使用超微浏览器多账号登录。飞行1分钟以后成功登录seedr, 此时退出浏览器,千万不能强退,一定要让运存中的登录信息写到内部存储。然后用户可备份应用内部目录下的.cjar文件一旦浏览器失去登录状态可恢复此文件即可使用多账号登录重新登录让这1分钟飞行成果保存下来供万万年使用。需要注意的一点是用户退出seedr账号会使保存的文件作废。故千万不要退出账号需要用其它账号登录的请使用多账号登录。</p>
</div>
2024-04-02 05:42:43 +00:00
<p>Last Modified: 2 April 2024<br>
2023-03-07 02:07:05 +00:00
reorg for multi-languages<br>
<pre></pre>
</p>
2024-03-21 01:04:37 +00:00
2023-05-06 01:56:44 +00:00
<script id='jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
2023-05-06 02:49:29 +00:00
data-mapping="title"
2023-05-06 01:56:44 +00:00
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="top"
data-theme="light"
data-lang="en"
data-loading="lazy"
2023-05-06 02:49:29 +00:00
crossorigin="anonymous" async>
2023-05-06 01:40:28 +00:00
</script>
2020-04-29 08:37:43 +00:00
2024-04-03 01:47:35 +00:00
<footer class="site-footer">
<div class="container">
2024-04-04 13:28:55 +00:00
&copy; 2018-2024 Richard H. Cao
2024-04-03 01:47:35 +00:00
</div>
</footer>
2024-04-04 13:28:55 +00:00
<!-- This document is licensed under the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available at <https://www.gnu.org/licenses/>. -->
</body>
2020-04-29 08:37:43 +00:00
</html>