Skip to content

Instantly share code, notes, and snippets.

@Last-Order
Created April 2, 2024 14:37
Show Gist options
  • Save Last-Order/2bac8f4d1c7e5b56e352f8135444e200 to your computer and use it in GitHub Desktop.
Save Last-Order/2bac8f4d1c7e5b56e352f8135444e200 to your computer and use it in GitHub Desktop.
Test
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