Compare commits

...

4 Commits

Author SHA1 Message Date
a291f7de0a update something 2025-09-21 20:28:28 +08:00
77c78c57b5 update something 2025-09-21 20:25:40 +08:00
9cdd7b5ad6 update something 2025-09-21 20:25:15 +08:00
8d72c8c6bf update something 2025-09-21 20:01:14 +08:00
8 changed files with 19 additions and 16 deletions

File diff suppressed because one or more lines are too long

View File

@ -16,4 +16,4 @@
[MITM]
hostname = external.fcbox.com, dsp.fcbox.com, consumer.fcbox.com
hostname = external.fcbox.com, dsp.fcbox.com, consumer.fcbox.com, rtm.fcbox.com

File diff suppressed because one or more lines are too long

View File

@ -14,4 +14,4 @@
# 已无法MITM
^https?:\/\/consumer\.fcbox\.com\/v\d\/ad\/ url reject
hostname = external.fcbox.com, dsp.fcbox.com, consumer.fcbox.com
hostname = external.fcbox.com, dsp.fcbox.com, consumer.fcbox.com, rtm.fcbox.com

View File

@ -13,7 +13,7 @@ console.log(body);
let resp_data = JSON.parse(body);
// 查询夺宝岛历史价格
if (url.includes("functionId=dbd.auction.detail.history") && url.includes("appid=paipai_h5")) {
if (url.includes("functionId=dbd.auction.detail.history")) {
console.log("处理夺宝岛历史获拍价");
/* let msg = "";
resp_data.result.data.forEach(item => {
@ -28,7 +28,7 @@ if (url.includes("functionId=dbd.auction.detail.history") && url.includes("appid
}
}); */
const newItem = {
userNickname: "以下是历史获拍价",
userNickname: "历史获拍价",
endTime: 1753891200000, // 2025-07-31 00:00:00
userImage: null,
offerPrice: "---"
@ -40,7 +40,7 @@ if (url.includes("functionId=dbd.auction.detail.history") && url.includes("appid
}
// 查询历史获拍人的出价
if (url.includes("functionId=paipai.auction.bidrecords") && url.includes("appid=paipai_h5")) {
if (url.includes("functionId=paipai.auction.bidrecords")) {
console.log("查询历史获拍人的出价");
let commitsRsp;
const commitsCache = $.getdata("fmz200.paipai.detail.history");
@ -66,7 +66,7 @@ if (url.includes("functionId=paipai.auction.bidrecords") && url.includes("appid=
endTime: null,
created: item.endTime,
modified: null,
userImage: null,
userImage: 'https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/paipai.png',
currentPrice: null,
newPrice: null,
entryId: null,

File diff suppressed because one or more lines are too long

View File

@ -15,5 +15,5 @@
^https?:\/\/consumer\.fcbox\.com\/v\d\/ad\/ - reject
[MITM]
hostname = %APPEND% external.fcbox.com, dsp.fcbox.com, consumer.fcbox.com
hostname = %APPEND% external.fcbox.com, dsp.fcbox.com, consumer.fcbox.com, rtm.fcbox.com

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 22 KiB