I’m trying to visit a website but its not allowing me to do so because it doesn’t support my browser. I believe it is detecting my browser through userAgent detection. So I wanted to create a userScript that would modify my userAgent so that the website wouldn’t be able to detect my browser. I tried: Even though it shows for
Tag: user-agent
How to get the OS name and version with JavaScript?
I am creating an object to make it easier to access browser/system information by calling a function. One of those functions accesses the operating system name and version and returns a value. I don’t know how to go about getting the information I need. I did find a similar question on Stack Overflow, but it didn’t get the correct information.
Extract ip and uag from Cloudflare cdn-cgi/trace text result using regex in JS
Hi I am planning to use Cloudflare cdn-cgi trace service to get clients IP and User Agent results. If I fetch this link: https://www.cloudflare.com/cdn-cgi/trace, the result I am getting is in a text format. Result text example: I did some research and figured out I need to use Regex? But not sure how to extract only the ip and uag
Is it possible to detect the Android captive portal browser?
I have a captive portal which, as of Android 5.0+ Lollipop, launches in Android’s Captive Portal Browser rather than the device’s default browser. I need to somehow detect if they are in the captive portal browser (as opposed to a regular web browser) and if so, show different content. Is it possible, by examining the User Agent, or through Javascript,