Code Monkey home page Code Monkey logo

quantumultx's Introduction

三个月撸完后的感叹

首次撸满了50元,审核通过后多日未到账,联系小小影视管理员,表示需要升级到最新版本,因提现金额已变更为100元,还表示会退回金币,然后过了三个月也并未退回。 10月20日再次于撸满了100元并提现,在审核通过后还是出现多日不打款。再次联系小小影视管理员,对方表示不能一直靠签到提现,需要邀请用户。但我也有2个邀请用户,并且保持一个日活。再次追问下,小小影视管理不再继续理会。根据这个情况,即使通过邀请方式撸满100元的提现,也有可能被判断为刷单行为,所以继续撸的金币只能用来兑换一些下载及观影权限。是否继续使用,请各位大佬们自行斟酌!

小小影视

代码已同时兼容 QuantumultX,Surge,Loon,JSBox,Node.js 使用同一份签到脚本即可

九合一任务(签到,广告,分享,评论,10次观影,5次收藏,30分钟连续观影,每日22点开宝箱,每周六22点开宝箱)

已重构代码,解决多任务一堆提醒,改为签到完成后仅一次提醒。

脚本执行时间大概为30多分钟,因包含连续观影的自动执行,所以没有特殊情况请不要手动执行。

保留连续观影和其他签到的拆分task脚本。根据喜好自行搭配使用。

配置 (QuanX)

[MITM]

*.xjxjappss.com,*.xjxjapps.com,*.xxjjappss.com,*.xjwdapps.com,*.leleapps.com,*.leyiapps.com,*.hpplay.cn,*.gqbyh.com

[rewrite_local]

# 189及以前版本
^https:\/\/.*\..*\.com\/ucp\/index url script-response-body xxys.cookie.js
# 190及以后版本
^https:\/\/.*\..*\.com\/ucp\/index url script-request-header xxys.cookie.js

[task_local]
#小小影视完整签到配置
0 10,22 * * * https://raw.githubusercontent.com/photonmang/quantumultX/master/xxysrw.js, tag=小小影视, img-url=https://raw.githubusercontent.com/Orz-3/task/master/xxys.png, enabled=true

#小小影视不含连续观影任务
0 10,22 * * * https://raw.githubusercontent.com/photonmang/quantumultX/master/xxys_6rw.js, tag=小小影视, img-url=https://raw.githubusercontent.com/Orz-3/task/master/xxys.png, enabled=true

#小小影视连续观影
*/10 0 10 * * * https://raw.githubusercontent.com/photonmang/quantumultX/master/xxys_play.js, tag=小小影视, img-url=https://raw.githubusercontent.com/Orz-3/task/master/xxys.png, enabled=true

说明

  1. 登陆小小影视APP,点击“我的”,自动获取到cookie,就可以注释获取cookie脚本了

常见问题

  1. 无法写入 Cookie

    • 请查看配置的mitm是否正确,可以抓包看域名。
  2. 写入 Cookie 成功, 但签到不成功

    • 看看是否因为task的任务执行时间错了。
  3. 为什么有时成功有时失败

    • 很正常,网络问题,因为执行的时候网络卡一下,跳过了配对时间执行不会生效,尤其是完整版。

quantumultx's People

Contributors

photonmang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

quantumultx's Issues

...

新的这个重写是不是有问题啊?打开好慢,经常无网络

途虎签到在Loon无法正常使用

提示 Cookie 写入成功,在 BoxJs 中也能看到 Cookie,但无法正确执行 task 脚本,日志如下:(P.S. Quan X 正常)

途虎养车, data: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head><title>400 Bad Request</title></head>
<body bgcolor="white">
<h1>400 Bad Request</h1>
<p>Your browser sent a request that this server could not understand. Sorry for the inconvenience.<br/>
Please report this message and include the following information to us.<br/>
Thank you very much!</p>
<table>
<tr>
<td>URL:</td>
<td>https://api.tuhu.cn/User/UserCheckInVersion1</td>
</tr>
<tr>
<td>Server:</td>
<td>sh1-arch-lb1m-1</td>
</tr>
<tr>
<td>Date:</td>
<td>2022/08/28 11:36:55</td>
</tr>
</table>
<hr/>Powered by Tengine</body>
</html>

[JS exception]:SyntaxError: JSON Parse error: Unrecognized token '<'

vip可用,普通的显示加载失败

建议修改成

if (url.indexOf(dish) != -1) {
  power = Object.keys(obj["data"]["power"]);
  if (power.length != 0) {
    obj["data"]["power"]["detail"]["video"]["common"]["isShow"] = "0";
  }
  body = JSON.stringify(obj);
}

necklace修复是对账号是数字-数字这类账号有BUG

似乎是账号蹭有“-”连接符会报错,“_”连接的都没问题。
点点券, 错误!
TypeError: Cannot read property '1' of null
at ZooFakerNecklace.run (/ql/scripts/photonmang_quantumultX_jd_necklace.js:58:47)
at async getBody (/ql/scripts/photonmang_quantumultX_jd_necklace.js:186:17)
at async doTask (/ql/scripts/photonmang_quantumultX_jd_necklace.js:271:16)
at async jd_necklace (/ql/scripts/photonmang_quantumultX_jd_necklace.js:241:5)
at async /ql/scripts/photonmang_quantumultX_jd_necklace.js:225:7

QQ阅读

使用BOXJS多账号运行,查看通知阅读时间一天只有150分钟的样子,是否执行有问题。11分钟执行一次。宝箱奖励好像也不对,这是正常的嘛?

quantumultX/cache/shareCode.js 的建议

建议修改成以下这样更容易让人明白是否上传成功

以种豆得豆为例子:

function execzd_shareCode() { 
    (中间代码省略)
    try {
                const obj = JSON.parse(data)
                $.zd_shareCodeBody = data
                if (obj.code == 200) {
                    msg = '添加成功'
                } else if (obj.code == 400) {
                    msg = '已存在'
                } else {
                    msg= '发生未知错误'
                }
                tz+= `种豆得豆:` + msg + `\n`
            }
(中间代码省略)

多账号

请问,boxjs也获取多账号了,但是运行的时候只运行其中一个账号,不知是哪里还需要设置吗?

> 请获取cookie的时候,请务必要顺序获取。在获取cookie行内填写要获取的账号,如填写1,请务必保存后再去获取。再次获取第二个账号的时候,填写2,再保存设置。再次登陆第二个QQ账号去获取阅读cookie和时长,依次类推。请按步骤进行。否则您将一直只执行一个账号的循环。

请获取cookie的时候,请务必要顺序获取。在获取cookie行内填写要获取的账号,如填写1,请务必保存后再去获取。再次获取第二个账号的时候,填写2,再保存设置。再次登陆第二个QQ账号去获取阅读cookie和时长,依次类推。请按步骤进行。否则您将一直只执行一个账号的循环。

现在远程脚本运行的是那一个?我看最新更新的是qqread

Originally posted by @Minv5 in #6 (comment)

电视家

电视家的cookie获取不到了

大佬,新版的免广告失效了,建议如下修改一下。。。

/QX:
https://.
..*.com/(ssp-svr/ssp/|ucp/index) url script-response-body xxys.js
MITM = *.xxjjappss.com,acf.huaerdadi.com
*/
const path1 = "/ucp/index";
const ad = 'list3';
let obj = JSON.parse($response.body);

if ($request.url.indexOf(path1) != -1){
obj.data.uinfo["down_daily_remainders"] = "666";
obj.data.uinfo["play_daily_remainders"] = "666";
obj.data.uinfo["curr_group"] = "5";
obj.data.user["isvip"] = "1";
obj.data.user["goldcoin"] = "666";
}

if ($request.url.indexOf(ad) != -1) {
delete obj.data.pmap
}
$done({body: JSON.stringify(obj)});

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.