https://sflix.to/watch-tv/free-loki-hd-42258.4791523 屏蔽 js 是 https://cdnjs.cloudflare.com/ajax/libs/vue/2.6.10/vue.min.js 和 https://cdn.jsdelivr.net/npm/js-cookie@beta/dist/js.cookie.min.js 就不会跳了, 我用油猴写了 vue 和 window 的跳转都失效了,他是服务器给我跳走的吗
1
collen OP |
2
honkew 2023-10-25 14:49:31 +08:00
你要干嘛
你想解决什么问题 先看看自己的提问 |
3
pxiphx891 2023-10-25 15:03:00 +08:00
不用上班吗同学们
|
4
collen OP 我想知道他按 F12 就跳到首页是怎么做到的,我要怎样才能让他停止跳转
|
5
ymcHaojiubujian 2023-10-25 15:34:25 +08:00
你想问的事切片器怎么实现的?
|
6
ymcHaojiubujian 2023-10-25 16:50:00 +08:00
看下这个
function _0x39426c(e) { function t(e) { if ("string" == typeof e) return function(e) {} .constructor("while (true) {}").apply("counter"); 1 !== ("" + e / e).length || e % 20 == 0 ? function() { return !0 } .constructor("debugger").call("action") : function() { return !1 } .constructor("debugger").apply("stateObject"), t(++e) } try { if (e) return t; t(0) } catch (e) {} } setInterval(function() { _0x39426c() }, 4e3), |
7
collen OP 上面的代码应该是
(function anonymous( ) { debugger }) 调出 debugger 这个点调试就可以跳过了 我看他代码顶端有个 $.get("/ajax/verify?domain=" + window.location.hostname, function(e) { e.status || (window.location.href = e.redirectTo) }), { id: $(".detail_page-watch").attr("data-id"), type: $(".detail_page-watch").attr("data-type") }) 我觉得是请求接口的时候后端判断的,因为我把 verify 请求拦截了,他会在 3 种情况下跳,1 是播放的时候在 app.min.js 里面有个逻辑跳了,2 是请求具体视频接口的时候会跳走,3 是请求一个后端的接口也会跳走,我估计是前面的 js.cookie.min.js 这里 cookie 塞东西, 后端看到了给调走了 |