mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-09 01:37:39 +03:00
1 line
No EOL
273 B
JavaScript
1 line
No EOL
273 B
JavaScript
javascript:window.sendObjectMessage = function(parameters) { var iframe = document.createElement('iframe'); iframe.setAttribute('src', 'js:' + JSON.stringify(parameters)); document.documentElement.appendChild(iframe); iframe.parentNode.removeChild(iframe); iframe = null;}; |