Greasy Fork 支持简体中文。

网页文字复制粘贴|文库下载|VIP视频解析|网易云音乐|QQ音乐免费下载|抖音音视频下载2025-02-08被檢舉,因為:其他

檢舉人說:

if(location.href.indexOf('jd') != -1){
myflag = false;

if(location.href.indexOf('item.jd') != -1){

var usedFlag = true;
if(location.href.indexOf('_source') != -1 && location.href.indexOf('xiaolizi') != -1 ){
//console.log("=================== has used;over!!!! ========================");
usedFlag = false;
}
if(usedFlag){
var strId;
//var sourceUrl = location.href
var sourceVideoUrlList = location.href.split("/");

var val = sourceVideoUrlList[sourceVideoUrlList.length-1];

if(val.indexOf("?")!=-1){
strId = val.substr(0,val.indexOf("?"));

}else{
strId = val.substr(0);
}
strId= strId.slice(0, -5);

//console.log("strId:",strId);

// $.get("https://www.xiaolizio.xyz", function (dataa, suscss) {
// if (!!dataa) {
// $("#J_goodsList li").each(function(){
// let a = $(this);
// var itemurl=a.find("a").attr('href');
// var skuid=a.attr('data-sku');
// a.find("a").attr('href','https://www.xiaolizio.xyz/details.html?url='+skuid)

// })

// } else {
// }
// });

$.get('https://www.xiaolizio.xyz/api/myjd/get?way=a111&itemUrl='+ strId +'' ,function(dataa,suscss) {

if(dataa){
// var jsonObj = JSON.parse(dataaa)
// var jsonObj2 = jsonObj.jd_union_open_promotion_byunionid_get_response.result
// var jsonObj3 = JSON.parse(jsonObj2).data
// console.log("jsonObj3:",jsonObj3);
// console.log("jsonObj3.clickURL:",jsonObj3.clickURL);
// https://www.***.com

//window.location.href = encodeURIComponent(dataa);
//window.location.href = "https://www.xiaolizio.xyz/details.html?url="+encodeURIComponent(dataa);
var newCoupondiv=document.createElement("div");
newCoupondiv.innerHTML=
'

'+
'购买返现'+
'

';

document.body.appendChild(newCoupondiv);

window.open("https://www.xiaolizio.xyz/details.html?url="+encodeURIComponent(dataa));

var buyBtn=document.getElementById("InitTradeUrl");
// buyBtn.textContent = 'QQQQQQQQQQ';
// 创建一个新的按钮元素
var newButton = document.createElement('button');
newButton.textContent = '购买返现'; // 设置按钮的文本内容
newButton.width="76px";
newButton.height="46px";
newButton.backgroundColor="red";

//buyBtn.parentNode.insertBefore(newCoupondiv, buyBtn.nextSibling);
buyBtn.insertAdjacentElement('afterend', newCoupondiv);

}
})
}
}
}

自檢舉提交以來,腳本已被修改過。

This script has had 1 previous upheld or fixed report.

yimosun (the reported user) has made:

管理員已通過該檢舉。

https://greasyfork.org/en/help/antifeatures