Greasy Fork is available in English.

115 Cookie登录

115Cookie登录

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Autor
Gloduck
Installationen heute
0
Installationen gesamt
1.673
Bewertungen
14 1 2
Version
1.5
Erstellt am
03.09.2023
Letzte Aktualisierung
31.12.2024
Größe
7,39 KB
Lizenz
MIT
Wird angewandt auf

115-cookie-login

  • 众所周知,115每次登录后重启浏览器之类的就需要重新登录了,而且115严格限制了登录的地点,限定了登录设备的数量。
  • 此脚本可以通过Cookie来登录,使得一台设备的Cookie在多台设备使用以达到多登录的效果,同时通过指定Cookie的有效时间来避免每次登录。
  • 因为脚本依赖于油猴的GM_cookie功能,但是该功能在稳定版的油猴还没有开放,所以需要使用Beta版本来运行该脚本。
  • 安装脚本后,登录后,即可在首页找到复制cookie的按钮,需要点击按钮复制cookie出来,然后在另外设备登录的时候即可在登录二维码的下方找到cookie登录按钮,输入复制出来的cookie即可完成登录。(如果会抓包的话可以抓115手机端的cookie,那个的有效期更长,测试下来至少几个月不会掉,最好是只在手机上登录,然后将Cookie复制出来,然后所有地方都用这个Cookie。比如Alist挂载,或者要把115借给别人之类的。)
  • Cookie中需要包含三个主要的字段:UID、CID、SEID。可以直接从浏览器F12的请求中复制,也可以自己构建或者直接使用插件复制出来。格式类似:UID=xxxx;CID=xxxxx;SEID=xxxx;(如果是浏览器版的Cookie可能还需要KID)
  • 如果用的新版的谷歌浏览器的话 ,可能需要开启一下开发者模式,否则无法正常注入油猴脚本:https://www.tampermonkey.net/faq.php#Q209
  • 在线视频无法播放可能和Cookie有关,目前网友测下来好像手机端之类的Cookie无法在线播放视频。
  • 添加了浏览器退出登录功能,原理是清除当前浏览器的Cookie,已达到在当前设备上登出但是不影响其他设备的效果。位置在原有的退出登录按钮下方。