Unable to load an external script using a User Script #625
Unanswered
nothingnesses
asked this question in
Q&A
Replies: 1 comment
-
no, I do not allow it, in cromite it is forbidden. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. First off, thank you for maintaining this wonderful browser!
That said, I'm trying to load the Eruda browser console as an external script using a User Script. I've tried using two versions of a script to load it with:
and
Both of these work on Chromium 120.0.6099.130 on desktop using Violentmonkey 2.16.0, but neither work on Cromite 120.0.6099.115 on Android 13. For the first version,
thunk
never seems to get called. For the second, the call toeruda.init()
seems to fail.I had also previously tried simply using the
@require
metadata imperative to import the Eruda script , but that also didn't work and doesn't seem to be supported, at least from what I understand of reading Bromite's manual.Any ideas how I can make this work?
Beta Was this translation helpful? Give feedback.
All reactions