Commit 9e789266 authored by wang's avatar wang

ff

parent 58de0e17
...@@ -67,7 +67,7 @@ for i in range(100): ...@@ -67,7 +67,7 @@ for i in range(100):
# r = requests.get('http://127.0.0.1:5000/getinfo').json()['message'] # r = requests.get('http://127.0.0.1:5000/getinfo').json()['message']
# r = requests.get('http://127.0.0.1:3001').json() # r = requests.get('http://127.0.0.1:3001').json()
# p = subprocess.Popen(['node', 'js_dom_run.js', selectId], stdin=subprocess.PIPE, stdout=subprocess.PIPE, # p = subprocess.Popen(['node', 'js_dom_run.js', selectId], stdin=subprocess.PIPE, stdout=subprocess.PIPE,
p = subprocess.Popen(['node', 'src_run1.js', selectId], stdin=subprocess.PIPE, stdout=subprocess.PIPE, p = subprocess.Popen(['node', 'src_run.js', selectId], stdin=subprocess.PIPE, stdout=subprocess.PIPE,
stderr=subprocess.PIPE) stderr=subprocess.PIPE)
output, err = p.communicate(timeout=10) output, err = p.communicate(timeout=10)
tmp = '' tmp = ''
...@@ -115,7 +115,7 @@ for i in range(100): ...@@ -115,7 +115,7 @@ for i in range(100):
proxy = f'http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@usa.rotating.proxyrack.net:{int(random.randint(10000, 11149))}' proxy = f'http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@usa.rotating.proxyrack.net:{int(random.randint(10000, 11149))}'
# proxy = f'http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@198.147.25.26:{int(random.randint(10000, 11149))}' # proxy = f'http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@198.147.25.26:{int(random.randint(10000, 11149))}'
proxy = 'http://user-unifflcc-region-us:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600' proxy = 'http://user-unifflcc-region-us:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600'
# proxy = 'http://127.0.0.1:7890' proxy = 'http://127.0.0.1:7890'
tlsV = f'chrome_{random.randint(105,113)}' tlsV = f'chrome_{random.randint(105,113)}'
session = tls_client.Session( tlsV) session = tls_client.Session( tlsV)
# session = requests.Session() # session = requests.Session()
......
...@@ -4746,7 +4746,7 @@ window.Math = Math ...@@ -4746,7 +4746,7 @@ window.Math = Math
let storage = { let storage = {
items: { items: {
"FTzyeq12rr": "A0380WmKAQAASYnjZ_q3iKhve5IPYHFJWEl2BAw8orovNV348cNJlOnp0eVtAXL3RNiucirJwH9eCOfvosJeCA==", // "FTzyeq12rr": "A0380WmKAQAASYnjZ_q3iKhve5IPYHFJWEl2BAw8orovNV348cNJlOnp0eVtAXL3RNiucirJwH9eCOfvosJeCA==",
}, },
setItem: function (name, value) { setItem: function (name, value) {
this.items[name] = value this.items[name] = value
......
...@@ -6153,7 +6153,7 @@ Object.defineProperty = function (p, v,d){ ...@@ -6153,7 +6153,7 @@ Object.defineProperty = function (p, v,d){
// console.log('define', v, d) // console.log('define', v, d)
if (v === 'positionalSignals'){ if (v === 'positionalSignals'){
// d.value[11][1] = [22,28,65,7,108] // d.value[11][1] = [22,28,65,7,108]
// d.value[33][1] = [22,28,65,7,2,176,238,232,71,41,14,226,56,9,90,111,191,44,138,30,34,120,216,175,30,190,186,234,246,108,213,140,117,35,84,242,138,117,251,5,245,144,107,21,227,85,23] // d.value[45][1] = [22,28,65,7,231,249,88,226,196,182,141,93,35,218,125,86,146,2,59,27,92,26,53,167,8,27,151,225,103,125,215,67,183,220,243,70,128,67,46,200,212,171,36,96,23,125,45,68,224,249,110,169,207,220,114,75,185,101,249,32,137,242,8,246,181,35,24,159,51,169,198,24,245,159,93,196,37,25,22,77,28,20,28,50,163,158,69,127,155,168,41,214,11,33]
// d.value[43][1] = [22,28,65,7,213,42,76,137,155,233,57,105,96] // d.value[43][1] = [22,28,65,7,213,42,76,137,155,233,57,105,96]
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment