阿里云盘会员青春版

《也许同类型中最好用?》系列 - 显示阿里云盘身份信息为会员,支持使用视频倍速、修改视频画质、修改头像、修改用户名等功能,自定义程度超高!需要修改头部代码来配置显示内容(非常简单!)

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

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.

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

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

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!)

Author
hmjz100
Daily installs
1
Total installs
2,174
Ratings
9 0 0
Version
1.0.0
Created
2024-11-27
Updated
2024-11-27
Size
14.1 KB
License
MIT
Applies to

【置顶】如何让自己更加低调-百度经验

搭配使用,效果更佳!👋姊妹脚本
LinkSwift - 直链获取 | 123 云盘会员青春版 | 百度网盘会员青春版
↓  ↓  ↓  ↓  ↓

简介

基于涛之雨大佬的脚本做出的小玩意,可以更换头像等,需要修改代码来配置显示内容,
伪破解会员,仅为界面显示,只能用用倍速播放、修改画质等功能
要用加容量什么的这些基于服务器的就买会员去吧

卑微的小标题

这个脚本只有一个人在修改~如果喜欢的话还请留个好评哦~或者在评论区随便句话也行的(>_<),还可以来看看我的其他脚本!

功能

以下是本脚本配置的一部分,光看注释就知道自定义程度有多高了

// 以下设置项中,常规项目(就是以//开头注释的项目)除非特殊说明,否则一般 0 为关闭,1 为开启
vip: 1, // 开启超级会员修改(总开关)

// 以下是自定义项目(以/*开头注释的项目),修改也非常简单
/*
自定义用户名与头像还有邮箱、手机号,留空则使用已登录账号数据
*/
name: "百见不如一试",
photo: "https://cdn.auth0.com/avatars/bj.png",
mail: "", // 最好不改,我怕影响支付
phone: "", // 最好不改,我怕影响支付
/*
会员过期时间 格式为Unix时间戳,可留空为""
1596211200 - 2020-08-01 00:00:00 (阿里云盘上线时)
2147483648 - 2038-01-19 11:14:08 (2038问题时)
253402185600 - 9999-12-31 00:00:00 (终极时)
*/
endtime: 253402185600,

// 以下的常规项目(就是以//开头注释的项目)均为独立功能,不受总开关控制
analytics: 0, // 允许阿里云盘网页分析浏览信息,建议 0,分析原理是以 new Image 或 navigator.sendBeacon 的形式让浏览器访问特殊的图片来给服务器传递信息
debug: 1, // 显示本脚本的调试信息到 JavaScript 控制台中,建议 0,另外,1 显示所有