gpt4 book ai didi

javascript - 如何将 JS Console 注入(inject)到任何页面? jsconsole.com

转载 作者:行者123 更新时间:2023-11-30 08:59:44 25 4
gpt4 key购买 nike

出于教育目的,我想远程调试在我无法访问源代码的移动设备上运行的应用程序,只要我知道 http://jsconsole.com 是可能的直接注入(inject):

http://jsconsole.com/inject.html

http://jsconsole.com/inject.html?javascript:(function(s){s.src='http://jsconsole.com/inject.js';document.body.appendChild(s)})(document.createElement('script'))

我试着按照说明进行操作,我在我的设备上创建了博彩公司等等,但我不知道如何让它工作,有人知道它是如何工作的吗?

This page should redirect right away to the correct url, once it does, bookmarket it on your mobile phone, then remove the http://jsconsole.com/inject.html? (including the question mark) part to get the bookmarklet to work.

Alternatively, to inject JS Console, bookmarket this: JS Console and sync to your phone.

例如,我如何使用 http://jsconsole.com 远程调试这个 jQueryUI? ???: http://jqueryui.com/demos/resizable/default.html

谢谢!

PS,jsconsole 截屏 http://www.youtube.com/watch?v=Y219Ziuipvc

最佳答案

一旦你启动并运行了 jsconsole,输入命令:

:listen

开始远程调试。

以下是我为完成这项工作所做的工作:

  1. 转到 JSConsole.Com 的控制台
  2. 运行命令 :listen - 这会为您生成一个带有 JS url 的唯一 key 。
  3. 复制它为您提供的 JS 文件的 url,它类似于:http://jsconsole.com/remote.js?C180AA15-F9E3-406F-A8F5-F27267DE69C6
  4. 打开一个新的浏览器窗口并转到您要调试的 URL
  5. 将以下内容粘贴到浏览器中,替换上面生成的 URL:javascript:(function(s){s.src='http://jsconsole.com/remote.js?C180AA15-F9E3 -406F-A8F5-F27267DE69C6';document.body.appendChild(s)})(document.createElement('script'));
  6. 返回控制台窗口,它会告诉您已连接:

Connection established with http://jqueryui.com/demos/resizable/default.html Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.162 Safari/535.19

关于javascript - 如何将 JS Console 注入(inject)到任何页面? jsconsole.com,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10248092/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com