You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm the developer of Tampermonkey [1][2] and I was asked whether I would like to implement Tampermonkey for Tint.
I already studied the Tint Browser Add-on API and as far as I can tell it looks promising all in all. There is only one thing missing: the possibility to communicate back from the Javascript to the Java code. The Android webview as well as the Dolphin Browser abstraction of it provide a way to bind a Java-Javascript-Bridge. [3]
So my question is: is it possible to implement something similar that allows string data based communication from the Javascript to the Tampermonkey Add-on?
Hi, I'm the developer of Tampermonkey [1][2] and I was asked whether I would like to implement Tampermonkey for Tint.
I already studied the Tint Browser Add-on API and as far as I can tell it looks promising all in all. There is only one thing missing: the possibility to communicate back from the Javascript to the Java code. The Android webview as well as the Dolphin Browser abstraction of it provide a way to bind a Java-Javascript-Bridge. [3]
So my question is: is it possible to implement something similar that allows string data based communication from the Javascript to the Tampermonkey Add-on?
Thanks,
Jan
[1] https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo
[2] https://play.google.com/store/apps/details?id=net.tampermonkey.dolphin
[3] http://developer.android.com/guide/webapps/webview.html#BindingJavaScript
The text was updated successfully, but these errors were encountered: