Blog: 2026-03-03: Difference between revisions
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
I liked it when you could enter a command and have it clear the input. Now it's doing this multiline repl thing: |
I liked it when you could enter a command and have it clear the input. Now it's doing this multiline repl thing: |
||
[[File:Screenshot 2026-03-03 at 1.11.46 PM.png| |
[[File:Screenshot 2026-03-03 at 1.11.46 PM.png|600x600px]] |
||
So now I'm seeing how far along ladybird is. First attempt to run didn't work, updated xcode and trying again. |
So now I'm seeing how far along ladybird is. First attempt to run didn't work, updated xcode and trying again. |
||
| Line 15: | Line 15: | ||
Turns out the firefox button to switch back to what they call "inline" evaluation was just the X here: |
Turns out the firefox button to switch back to what they call "inline" evaluation was just the X here: |
||
[[File:Screenshot 2026-03-03 at 6.56.59 PM.png]] |
[[File:Screenshot 2026-03-03 at 6.56.59 PM.png|500x500px]] |
||
Cool this extension https://addons.mozilla.org/en-US/firefox/addon/clearurls/ |
Cool this extension https://addons.mozilla.org/en-US/firefox/addon/clearurls/ |
||
Want to create an extension to auto-advance to next protonmail message after archiving. That's how I got on the firefox dev tools console missing button rabbit hole and eventually had me write https://razzi.abuissa.net/guides/firefox-extensions/ since I couldn't remember how to start a new extension. |
|||
--- |
|||
Ok extension seems to work, submitted to firefox addons: https://addons.mozilla.org/en-US/developers/addon/protonmail-auto-advance/ |
|||
Latest revision as of 23:50, 3 March 2026
Firefox dev tools doesn't provide a console repl any more it seems.
I liked it when you could enter a command and have it clear the input. Now it's doing this multiline repl thing:
So now I'm seeing how far along ladybird is. First attempt to run didn't work, updated xcode and trying again.
Ok I found the firefox setting: https://firefox-source-docs.mozilla.org/devtools-user/web_console/the_command_line_interpreter/index.html#multi-line-mode
Just hitting cmd+b resolved it ... !
Meanwhile Ladybird built once I upgraded xcode but it only opened a debugging server on port 6000 and did not provide a UI. Huh!
Turns out the firefox button to switch back to what they call "inline" evaluation was just the X here:
Cool this extension https://addons.mozilla.org/en-US/firefox/addon/clearurls/
Want to create an extension to auto-advance to next protonmail message after archiving. That's how I got on the firefox dev tools console missing button rabbit hole and eventually had me write https://razzi.abuissa.net/guides/firefox-extensions/ since I couldn't remember how to start a new extension.
---
Ok extension seems to work, submitted to firefox addons: https://addons.mozilla.org/en-US/developers/addon/protonmail-auto-advance/

