javascript 加密/解密 (比如youtube的leanback网站)

本文介绍如何解密YouTube网站上使用的加密JavaScript代码,提供了一个在线解压缩工具的链接,帮助开发者更好地理解和修改这些脚本。



比如youtube 的网站的javascript 一般都是加密的, 需要解密才能易于 读取!  https://www.youtube.com/tv?additionalDataUrl=#/watch?mode=transport&v=Y8O1-wCj_2E


javascript un scramble

解压缩(干扰)的网站:

        http://javascriptcompress.herokuapp.com/jsbeautify



加密:

   search  javascript scramble











clickWithUiAutomator(channelName) { uiaSuccess -> if (uiaSuccess) { isChannelClickInProgress = false callback?.invoke(true) } else { // 最后使用原有的重试机制 retryClickChannelTab(channelName, 0, 3) { finalSuccess -> isChannelClickInProgress = false callback?.invoke(finalSuccess) } } } > Task :app:compileDebugKotlin FAILED e: file:///G:/ApkObject/MyTV/app/src/main/java/top/yogiczy/mytv/ui/screens/leanback/video/player/WebViewVideoPlayer.kt:880:17 None of the following candidates is applicable: fun clickWithUiAutomator(device: UiDevice, elementText: String, useDesc: Boolean = ...): Unit fun clickWithUiAutomator(device: UiDevice, elementText: String, maxRetries: Int = ..., callback: (Boolean) -> Unit): Unit e: file:///G:/ApkObject/MyTV/app/src/main/java/top/yogiczy/mytv/ui/screens/leanback/video/player/WebViewVideoPlayer.kt:880:53 Cannot infer type for this parameter. Please specify it explicitly. e: file:///G:/ApkObject/MyTV/app/src/main/java/top/yogiczy/mytv/ui/screens/leanback/video/player/WebViewVideoPlayer.kt:1789:23 Unresolved reference 'UiSelector'. e: file:///G:/ApkObject/MyTV/app/src/main/java/top/yogiczy/mytv/ui/screens/leanback/video/player/WebViewVideoPlayer.kt:1798:30 Overload resolution ambiguity between candidates: fun findObject(p0: UiSelector!): UiObject! fun findObject(p0: BySelector!): UiObject2! e: file:///G:/ApkObject/MyTV/app/src/main/java/top/yogiczy/mytv/ui/screens/leanback/video/player/WebViewVideoPlayer.kt:1799:40 Unresolved reference 'exists'. e: file:///G:/ApkObject/MyTV/app/src/main/java/top/yogiczy/mytv/ui/screens/leanback/video/player/WebViewVideoPlayer.kt:1800:21 Unresolved reference 'click'. e: file:///G:/ApkObject/MyTV/app/src/main/java/top/yogiczy/mytv/ui/screens/leanback/video/player/WebViewVideoPlayer.kt:1803:39 Unresolved reference 'or'. e: file:///G:/ApkObject/MyTV/app/src/main/java/top/yogiczy/mytv/ui/screens/leanback/video/player/WebViewVideoPlayer.kt:1807:42 Overload resolution ambiguity between candidates: fun findObject(p0: UiSelector!): UiObject! fun findObject(p0: BySelector!): UiObject2! e: file:///G:/ApkObject/MyTV/app/src/main/java/top/yogiczy/mytv/ui/screens/leanback/video/player/WebViewVideoPlayer.kt:1808:60 Unresolved reference 'exists'. e: file:///G:/ApkObject/MyTV/app/src/main/java/top/yogiczy/mytv/ui/screens/leanback/video/player/WebViewVideoPlayer.kt:1809:33 Unresolved reference 'click'. e: file:///G:/ApkObject/MyTV/app/src/main/java/top/yogiczy/mytv/ui/screens/leanback/video/player/WebViewVideoPlayer.kt:1833:43 Unresolved reference 'or'.
06-19
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值