Can I do something to Android framework (browser/webkit part) to run my own predefined JavaScript (scripts) along with every web page browsed by the default web browser of Android?
Can I do something to Android framework (browser/webkit part) to run my own predefined
Share
There is no single “default web browser of Android”.
I know of no way to install userscripts on the AOSP Browser or Chrome. There are third-party apps like TamperMonkey that effectively are their own Web browser and offer userscripts, and other third-party browsers may have hooks that could be used for a GreaseMonkey equivalent.