Mobile DevTools 的评价
Mobile DevTools 作者: mimvahedi
nyanpasu64 的评价
评分 4 / 5
来自 nyanpasu64, 15 天前Does not work in pages with CSP (like Akkoma), is there a solution?
Content-Security-Policy: The page’s settings blocked a JavaScript eval (script-src) from being executed because it violates the following directive: “script-src 'nonce-095f3233914a25042e46532852d75aa1' 'self' 'nonce-huYa1-a1FNtJj6n'” (Missing 'unsafe-eval') 18 eruda.js:2:133630
Content-Security-Policy: The page’s settings blocked an inline style (style-src-elem) from being applied because it violates the following directive: “style-src 'self' 'nonce-huYa1-a1FNtJj6n'”. Consider using a hash ('sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=', requires 'unsafe-hashes' for style attributes) or a nonce. eruda.js:2:211493
...
Content-Security-Policy: The page’s settings blocked a JavaScript eval (script-src) from being executed because it violates the following directive: “script-src 'nonce-095f3233914a25042e46532852d75aa1' 'self' 'nonce-huYa1-a1FNtJj6n'” (Missing 'unsafe-eval') 18 eruda.js:2:133630
Content-Security-Policy: The page’s settings blocked an inline style (style-src-elem) from being applied because it violates the following directive: “style-src 'self' 'nonce-huYa1-a1FNtJj6n'”. Consider using a hash ('sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=', requires 'unsafe-hashes' for style attributes) or a nonce. eruda.js:2:211493
...
10 条评价
- Unfortunately useless: when loading a new page or refreshing a page, the extension gets unloaded and disappears preventing the debugging from the moment a new page is being loaded or refreshed.
Only works once a page has been loaded and until that same page is unloaded. So for me who wants to debug pages from the moment they start being loaded this extension is unfortunately useless.开发者回应
发布于 18 天前Your only option is remote debugging (or using kiwi browser)
https://firefox-source-docs.mozilla.org/devtools-user/about_colon_debugging/index.html 开发者回应
发布于 2 个月前this extension loads when you click on its icon so all requests before that will be missed.
you can use this extension instead: https://addons.mozilla.org/en-US/android/addon/netmon_pub- 评分 5 / 5来自 Firefox 用户 19531854, 3 个月前
- 评分 5 / 5来自 Robin Filer, 3 个月前
- 评分 5 / 5来自 windwerfer, 3 个月前works well.
on mobile: while on the site to debug, click on the hamburger menu, then the extension, and a very transparent gear icon will appear in the left right corner of the screen. hold it to place it somewhere else. tap it to open the eruda console.
inspecting styles:
elements tab, then tap the inspect icon and the console will hide until you clicked on the element you want to select.
does not show on some pages, like grok.com (no gear icon shown). maybe because the page elements are in a higher layer? but not a fault of the extension.
thank you, Mr developer.