支持99.99%PT站点签到
目前為
// ==UserScript==
// @name PT万能签到
// @namespace shareit
// @version 1.0.4
// @description 支持99.99%PT站点签到
// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAgCAYAAACYTcH3AAAAAXNSR0IArs4c6QAAAbxJREFUWEftlz1IQlEUx/9Xn4hBRGNNBdXQh0a1RIsRfdDmUCQ0CAUt0ahCi0sNrrUEDm4NDQ8iomiwIWjRIKmlpaYc4xVU0vPduI8EET/O1ScOvTs+/uec3/ufc97lMRCPqhspgD8FFOcWMQSqXjgC2FBAccxSYhhFJDSqbnAA19TEfzEpAP6A4iDVIYn+L4w3oq05GHY4x3S1tsX2OvHyXEAy8UntLEKbHejrdyK2+1ErJsO5cZaNd8eYL6xtg+GgXoUWwpilGeOrzBfR0gAm2w3DOc8KGLEldY+wPPdawOV5vq62KFhcdqOn10luLRmGTNCE0IapZp7tjO3MxJQLd+kf8n61bGZWgh6MjCo4Vb/JQC2BKYI8Pug4Of5qnzONgpj3E/U6EJbPL7lxdZGHeONKpxkQKZiBQQXrIY/JIKwvB2oWRApGiIU7omg5kBUg0jCVgIbHXCak7LBWajN5ZkqDSx0Sz60AaciZIpQAmltwI5czpNa31p435Az5wyEptGHsW1tyZMB8Ue0GHDOygVbrGcMt84bfNxjjCauTy+bjQND88R+PvvkBx36t31vZ5BL6DDiS9/Guw1/5Ifek+Vvu+AAAAABJRU5ErkJggg==
// @author shareit
// @include http://hdmayi.com/*
// @include http://ihdbits.me/*
// @include https://zhuque.in/*
// @include https://1ptba.com/*
// @include https://audiences.me/*
// @include https://byr.pt/*
// @include https://ccfbits.org/*
// @include https://club.hares.top/*
// @include https://cyanbug.net/*
// @include https://discfan.net/*
// @include https://et8.org/*
// @include https://filelist.io/*
// @include https://hdatmos.club/*
// @include https://hdchina.org/*
// @include https://hdcity.leniter.org/*
// @include https://hdfans.org/*
// @include https://hdhome.org/*
// @include https://hdmayi.com/*
// @include https://hdsky.me/*
// @include https://hdtime.org/*
// @include https://hdvideo.one/*
// @include https://hhanclub.top/*
// @include https://hudbt.hust.edu.cn/*
// @include https://iptorre*
// @include https://kp.m-team.cc/*
// @include https://leaves.red/*
// @include https://lemonhd.org/*
// @include https://nanyangpt.com/*
// @include https://npupt.com/*
// @include https://ourbits.club/*
// @include https://piggo.me/*
// @include https://pt.btschool.club/*
// @include https://pt.eastgame.org/*
// @include https://pt.hdbd.us/*
// @include https://pt.keepfrds.com/*
// @include https://ptchina.org/*
// @include https://pterclub.com/*
// @include https://pthome.net/*
// @include https://springsunday.net/*
// @include https://totheglory.im/*
// @include https://u2.dmhy.org/*
// @include https://www.beitai.pt/*
// @include https://www.carpet.net/*
// @include https://www.haidan.video/*
// @include https://www.hd.ai/*
// @include https://www.hdarea.co/*
// @include https://hdarea.club/*
// @include https://www.hddolby.com/*
// @include https://www.hdpt.xyz/*
// @include https://www.htpt.cc/*
// @include https://www.icc2022.com/*
// @include https://www.nicept.net/*
// @include https://www.oshen.win/*
// @include https://www.pthome.net/*
// @include https://www.tjupt.org/*
// @include https://www.torrent*
// @include https://zmpt.cc/*
// @include https://carpt.net/*
// @include https://wintersakura.net/*
// @include https://sharkpt.net/*
// @include https://gainbound.net/*
// @include https://hdvideo.one/*
// @include https://pt.2xfree.org/*
// @include http://www.oshen.win/*
// @include http://uploads.ltd/*
// @include https://ubits.club/*
// @include http://hdzone.me/*
// @include https://pt.soulvoice.club/*
// @include https://www.gamegamept.com/*
// @include https://pt.itzmx.com/*
// @include https://pt.0ff.cc/*
// @include https://carpt.net/*
// @include https://www.pttime.org/*
// @include https://rousi.zip/*
// @include https://pandapt.net/*
// @include https://invites.fun/*
// @include https://wukongwendao.top/*
// @include https://hdfun.me/*
// @grant none
// @compatible Chrome
// @compatible Firefox
// @compatible Edge
// @compatible Safari
// @compatible Opera
// @compatible UC
// @license MIT
// ==/UserScript==
(function () {
function xpath(query) {
//console.log("document.evaluate(\""+query+"\", document, null,XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);");
return document.evaluate(query, document, null,
XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
}
var host = window.location.host;
var href = window.location.href;
setTimeout(function () {
var attendanceTexts = [
"签到得魔力",
"签 到",
"签到得猫粮",
"签到",
"每日签到",
"簽到得魔力",
"每日打卡",
"签到领魔力",
];
for (var index in attendanceTexts) {
var text = attendanceTexts[index];
var allElements = xpath("//*[contains(text(), '"+text+"')]");
for (var i = 0; i < allElements.snapshotLength; i++) {
var ptSignElements = allElements.snapshotItem(i);
if (ptSignElements != null) {
console.log(ptSignElements.innerText);
if (ptSignElements.innerText.indexOf(text) != -1) {
if (ptSignElements.innerText.indexOf("已") != -1) {
console.log("已签到:" + window.location.host)
} else {
try{
if(host.indexOf("ourbits")!=-1 ){
console.log("href:"+href);
console.log("host:"+host);
if(href.indexOf("attendance.php")==-1){
setTimeout(function(){ptSignElements.click();},5000);
//console.log("签到------")
}
}else{
if(href.indexOf("attendance.php")==-1){
ptSignElements.click();
}
}
console.log("签到:" + window.location.host)
} catch (error) {
// do nothing
console.log(error);
}
}
}
}
}
}
}, 500);
})();