Created
April 2, 2024 14:37
-
-
Save Last-Order/2bac8f4d1c7e5b56e352f8135444e200 to your computer and use it in GitHub Desktop.
Test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Object.defineProperty(window.navigator, "userAgent", { | |
get: () => { | |
return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Safari/605.1.15"; | |
}, | |
configurable: false, | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment