fe-pilot
Version:
scanner in web, phonebook in web, autofill otp in web, share web, TextToSpeech in web, Voice Recognition in web, live location tracking in web, detect my location web, wakelock in web, color picker, WhatsappShare, SnapScanner, NetworkMonitor, View360
1 lines • 685 B
JavaScript
var getRandomInt=function(a){return Math.floor(Math.random()*a)},consoleColor=["color: red","color: green","color: magenta"];export var browserDimensions=function(){return{width:globalThis.document&&(globalThis.innerWidth||globalThis.document.documentElement.clientWidth||globalThis.document.body.clientWidth),height:globalThis.document&&(globalThis.innerHeight||globalThis.document.documentElement.clientHeight||globalThis.document.body.clientHeight)}};export var IsValidUPI=function(){var a=0<arguments.length&&arguments[0]!==void 0?arguments[0]:"";return-1!==a.search(/upi:\/\/pay\?pa=/)};export var getRandomColor=function(){return consoleColor[getRandomInt(consoleColor.length)]};