-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can You Make It Work Like Firefox's Web Developer Console? #464
Comments
So I found another browser that does what I need. It's called Kiwi. It's not as easy as Firefox, but it does what I need it to do. So never mind I guess. But I don't see why you can't add the functionality I asked for. Or maybe you can tell me why the radio stream URL is nowhere to be found in the Eruda developer console. You can test it yourself by trying to find the stream URL for an iHeart.com radio stream. Here's an example of a radio stream URL: https://n47a-e2.revma.ihrhls.com/zc569/71_1fc19bgpm8lgw02/main/173191380.aac Thanks |
Eruda is not a web browser. Eruda is a tool to have access to a developer console (page elements, JS console, network request analysis, file resources, etc.) (refer to attachment 1) in mobile environments (refer to attachment 2), because mobile browsers do not have this extremely essential component for web-based software development. I honestly don't know where you got the idea that Eruda is a browser in and of itself. It's just a tool to inject into pages so software devs have access to a fully featured console on mobile browsers that works similarly to the console in desktop browsers. I don't think this is a valid issue, and I don't think what you're asking of the developer applies to what this project is and aims to do. |
That's fine. I found something else to suit my needs.
…On Oct 25, 2024, 4:23 PM, at 4:23 PM, TohnoCoding ***@***.***> wrote:
Eruda is not a web browser. Eruda is a tool to have access to a
developer console (page elements, JS console, network request analysis,
file resources, etc.) (refer to attachment 1) in mobile environments
(refer to attachment 2), because mobile browsers do not have this
extremely essential component for web-based software development. I
honestly don't know where you got the idea that Eruda is a browser in
and of itself. It's just a tool to inject into pages so software devs
have access to a fully featured console on mobile browsers that works
similarly to the console in desktop browsers.
I don't think this is a valid issue, and I don't think what you're
asking of the developer applies to what this project is and aims to do.
Attachment 1:
![image](https://github.com/user-attachments/assets/9cd7c2f1-d4d6-4989-a5eb-54ba8afbf93f)
Attachment 2:
![image](https://github.com/user-attachments/assets/61b340e6-d5de-4a65-a888-94a12d2a5072)
--
Reply to this email directly or view it on GitHub:
#464 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
Then I suggest you come to Github and close the issue as invalid. |
OK, I'll do that. Can you tell me what the pencil in the address bar is for? I don't see anything happening when I press it.
…On Oct 25, 2024, 5:02 PM, at 5:02 PM, TohnoCoding ***@***.***> wrote:
Then I suggest you come to Github and close the issue as invalid.
--
Reply to this email directly or view it on GitHub:
#464 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
Firefox's web developer console separates the different elements of a web page and puts them each in their own page under the Network page. Why doesn't your browser do that? The Media page is useful to me because when I wanna get the URL for a radio or video stream, I go right there and it's easy to see. Your browser console puts all the elements together, so it's harder to find. I know your target audience is developers and I guess they wouldn't be bothered by all of the elements being listed together. I'm not a developer(I'm very sad to say. I really wanted to be, but my brain just doesn't wanna do it), so I'm more comfortable with the elements listed separately.
I have 3 quick questions:
Thank You
The text was updated successfully, but these errors were encountered: