- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
15 lines
520 B
HTML
15 lines
520 B
HTML
<script>
|
|
var ifr = document.createElement('iframe');
|
|
|
|
window.addEventListener('load', function(e) {
|
|
ifr.setAttribute('src', '$__SrcIframeUrl__$');
|
|
ifr.setAttribute('style', 'display:block; border:none; margin:0; padding:0; overflow:hidden;');
|
|
ifr.width = window.innerWidth;
|
|
document.body.appendChild(ifr);
|
|
});
|
|
|
|
window.addEventListener('resize', function(e) {
|
|
ifr.width = document.body.clientWidth;
|
|
ifr.height = document.body.clientHeight;
|
|
});
|
|
</script> |