alist-org / alist

🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。
https://alist.nn.ci
GNU Affero General Public License v3.0
42.46k stars 5.49k forks source link

Terabox现在似乎已经无法住区cookie #6850

Open xinglingsui opened 2 months ago

xinglingsui commented 2 months ago

Please make sure of the following things

Description of the feature / 需求描述

现在Terabox网页里已无法开f12,右键被禁止,强行打开会直接跳转about:blank

Suggested solution / 实现思路

No response

Additional context / 附件

No response

welcome[bot] commented 2 months ago

Thanks for opening your first issue here! Be sure to follow the issue template!

pongfcnkl commented 2 months ago

那就不用浏览器了,找第三方工具比如fiddler

xixky commented 2 months ago

可以用JavaScript书签输出cookie

xixky commented 2 months ago

javascript:(function() { var cookies = document.cookie; var textarea = document.createElement("textarea"); textarea.value = cookies; document.body.appendChild(textarea); textarea.select(); document.execCommand("copy"); document.body.removeChild(textarea); alert("Cookies have been copied to clipboard!"); })();

itsHenry35 commented 2 months ago

image 其实打开terabox之前先开f12,勾上preserve log就行了

anwen-anyi commented 1 month ago

javascript:(function() { var cookies = document.cookie; var textarea = document.createElement("textarea"); textarea.value = cookies; document.body.appendChild(textarea); textarea.select(); document.execCommand("copy"); document.body.removeChild(textarea); alert("Cookies have been copied to clipboard!"); })();

这个好像也不行? 提示

Failed init storage but storage is already created: failed init storage: failed to check login status according to cookie
anwen-anyi commented 1 month ago

其实打开terabox之前先开f12,勾上preserve log就行了

还得是这个 嘿嘿~ :joy_cat:

stale[bot] commented 1 day ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.