Skip to content

yuxuan965960/x6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visitors

自用青龙脚本库

杂七杂八的脚本

青龙订阅

ql repo https://github.com/fwktls/x6.git "" "qlconfig.js|cookie|common" "common"

QuantumultX  食用说明

实现 QuantumultX 获取到 cookie 等信息后,直接添加到青龙面板。

创建青龙配置任务

QuantumultX 添加任务,然后修改脚本中的青龙面板 url id secret,然后运行一次,将其储存于持久化数据中,就完事了。

/*
复制
*/
var qlconf = {
  url: "http://192.168.31.111:5700",
  id: "SPn3LUTD-Stb",
  secret: "JZ-6_dU6ZYRi92xe6sSQ1QcR",
};
$prefs.setValueForKey(JSON.stringify(qlconf), "qlconf");
var ql = $prefs.valueForKey("qlconf");
console.log(ql);
$done({});

[rewrite_remote] 订阅重写配置

https://raw.githubusercontent.com/fwktls/x6/master/github_Cookie.conf, tag=获取cookie, update-interval=172800, opt-parser=false, enabled=true

COOKIE 订阅列表:

序号 脚本名 说明
1 番茄小说 最新版 app 可用
2 什么值得买 最新版 app 可用
3 中国联通 开启圈 x 重新打开 app 自动抓

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published