const URL = window.location.href.split(/[#]/)[0]; . B! C9 W. ?4 ]3 H
for (t = 0; 10 > t; ++t) history.pushState({}, "", URL+'#'). z- i2 c* P+ C
onpopstate = function(event){- f" `$ m. O- F( |1 x2 V
event.state && location.replace('https://xxxx/click.php?lp=1&event10=1');* x% {( k7 g# E2 ]7 X
}- t5 C, G' s7 i6 k6 O5 L
} catch (o) { console.log( o ); } 8 y& G. ^8 i$ g
}();
复制代码
6 `! C; q" Y0 C( C. z n& O. a N5 O) y7 ^) P4 V
为啥跳转的是 https://xxxx/click.php?lp=1 这个地址,这个地址我看也是LP跳转Offer的地址。。后退劫持中,这里跳转追踪器上设置的smartLink是怎么工作的,没看懂说。 4 P/ q& a( v4 Z% h I& ]( ^6 j" x , C4 H- x2 p1 r% z 9 ?- Y# ?6 K! S2 M; y. x0 v1 a程序员也就是查资料处理技术问题上边有点优势而已,其它的跟大家一样