Is it possible to type and evaluate Javascript solely on an Android browser (any browser with any plugin/configuration, doesn't matter) w/o involving a desktop (Remote or USB debugging)?
I need that to obtain the value of a dynamic login token of a website on an Android device. So I need to be able to evaluate and output:
console.log(sb233.sb)
alert.log(sb233.sb)
In which case "sb233" is a variable accessible on the console of a desktop browser.
Asking coz I don't really want to go as far as to write a plugin for this purpose only...