This commit is contained in:
murdle 2025-12-22 16:53:43 +02:00
parent d8628004fb
commit e41715297f

View File

@ -31,6 +31,8 @@
<script>
(function() {
window.GLOBAL_ENV = {};
window.__OVERLAY__ = /overlay/.test(location.pathname)
window.__BILLING_STANDALONE__ = /^\/billing/.test(location.pathname)
window.IS_IOS = /iPad|iPhone|iPod/.test(navigator.userAgent);
window.IS_MOBILE = window.matchMedia("(pointer: coarse)").matches;