mirror of
https://github.com/cc892786825/qiandao.git
synced 2025-12-17 23:35:08 +08:00
Delete 瑞数通杀.js
This commit is contained in:
134
瑞数通杀.js
134
瑞数通杀.js
@@ -1,134 +0,0 @@
|
|||||||
delete __filename
|
|
||||||
delete __dirname
|
|
||||||
ActiveXObject = undefined
|
|
||||||
|
|
||||||
window = global;
|
|
||||||
|
|
||||||
|
|
||||||
content="content_code"
|
|
||||||
|
|
||||||
|
|
||||||
navigator = {"platform": "Linux aarch64"}
|
|
||||||
navigator = {"userAgent": "CtClient;11.0.0;Android;13;22081212C;NTIyMTcw!#!MTUzNzY"}
|
|
||||||
|
|
||||||
location={
|
|
||||||
"href": "https://",
|
|
||||||
"origin": "",
|
|
||||||
"protocol": "",
|
|
||||||
"host": "",
|
|
||||||
"hostname": "",
|
|
||||||
"port": "",
|
|
||||||
"pathname": "",
|
|
||||||
"search": "",
|
|
||||||
"hash": ""
|
|
||||||
}
|
|
||||||
|
|
||||||
i = {length: 0}
|
|
||||||
base = {length: 0}
|
|
||||||
div = {
|
|
||||||
getElementsByTagName: function (res) {
|
|
||||||
console.log('div中的getElementsByTagName:', res)
|
|
||||||
if (res === 'i') {
|
|
||||||
return i
|
|
||||||
}
|
|
||||||
return '<div></div>'
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
script = {
|
|
||||||
|
|
||||||
}
|
|
||||||
meta = [
|
|
||||||
{charset:"UTF-8"},
|
|
||||||
{
|
|
||||||
content: content,
|
|
||||||
getAttribute: function (res) {
|
|
||||||
console.log('meta中的getAttribute:', res)
|
|
||||||
if (res === 'r') {
|
|
||||||
return 'm'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
parentNode: {
|
|
||||||
removeChild: function (res) {
|
|
||||||
console.log('meta中的removeChild:', res)
|
|
||||||
|
|
||||||
return content
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
}
|
|
||||||
]
|
|
||||||
form = '<form></form>'
|
|
||||||
|
|
||||||
|
|
||||||
window.addEventListener= function (res) {
|
|
||||||
console.log('window中的addEventListener:', res)
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
document = {
|
|
||||||
|
|
||||||
|
|
||||||
createElement: function (res) {
|
|
||||||
console.log('document中的createElement:', res)
|
|
||||||
|
|
||||||
|
|
||||||
if (res === 'div') {
|
|
||||||
return div
|
|
||||||
} else if (res === 'form') {
|
|
||||||
return form
|
|
||||||
}
|
|
||||||
else{return res}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
},
|
|
||||||
addEventListener: function (res) {
|
|
||||||
console.log('document中的addEventListener:', res)
|
|
||||||
|
|
||||||
},
|
|
||||||
appendChild: function (res) {
|
|
||||||
console.log('document中的appendChild:', res)
|
|
||||||
return res
|
|
||||||
},
|
|
||||||
removeChild: function (res) {
|
|
||||||
console.log('document中的removeChild:', res)
|
|
||||||
},
|
|
||||||
getElementsByTagName: function (res) {
|
|
||||||
console.log('document中的getElementsByTagName:', res)
|
|
||||||
if (res === 'script') {
|
|
||||||
return script
|
|
||||||
}
|
|
||||||
if (res === 'meta') {
|
|
||||||
return meta
|
|
||||||
}
|
|
||||||
if (res === 'base') {
|
|
||||||
return base
|
|
||||||
}
|
|
||||||
},
|
|
||||||
getElementById: function (res) {
|
|
||||||
console.log('document中的getElementById:', res)
|
|
||||||
if (res === 'root-hammerhead-shadow-ui') {
|
|
||||||
return null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
setInterval = function () {}
|
|
||||||
setTimeout = function () {}
|
|
||||||
window.top = window
|
|
||||||
|
|
||||||
|
|
||||||
'ts_code'
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function main() {
|
|
||||||
cookie = document.cookie.split(';')[0]
|
|
||||||
return cookie
|
|
||||||
}
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user