At times I need to open the developer console/inspect element panel from my phone. The Kiwi browser allowed you to do that but its development has stopped. Are there any other browsers that have this function? Either chromium or firefox-based is fine. Alternatively, do you know of any other workarounds for this that do not involve a computer?
if the console works fine, you should be able to use javascript to edit/manipulate the html. just need to learn a bit of js and css selectors.
Huh true, and since you get to see ids and class names in inspect it’s not too bad.