Linked Questions
37 questions linked to/from How to find out if the user browser is Chrome?
-1 votes
1 answer
10k views
How to detect the chrome browser [duplicate]
I am doing some date conversions in javascript. when i create a new date() in javascript by default chrome converts it to Local time zone. But it does not convert in IE. if it is not chrome based on ...
-1 votes
1 answer
2k views
Allow only Chrome Users to access webpage using JS? [duplicate]
Thanks to anyone who solves/helps solving this request. Sorry if this is an impossible/previously asked request. I searched for it, couldn't find it, so posted a question. So, the issue is, that I ...
0 votes
2 answers
1k views
detect chrome browser, and execute a custom function [duplicate]
I am trying to implement a function to detect chrome browser and then execute a particular function on the fly. We have a webpage where document links are displayed and on click on it, the document is ...
0 votes
0 answers
139 views
Checking the user browser using javascript on body load [duplicate]
I have a situation where I am looking to make a script when the user loads the index.html file, to perform a browser check and to see if the user is using only Google Chrome. And if the user is using ...
-2 votes
3 answers
129 views
I want to write with javascript such a condition that if the user enters into my site through google chrome, makes alert or perform any action [duplicate]
I want to write with javascrip such a condition that if the user enters into my site through google chrome, makes alert or perform any action.. Either if he has entered through mozilla, he could make ...
1102 votes
30 answers
1.3m views
How to detect Safari, Chrome, IE, Firefox and Opera browsers?
I have 5 addons/extensions for Firefox, Chrome, Internet Explorer(IE), Opera, and Safari. How can I correctly recognize the user browser and redirect (once an install button has been clicked) to ...
57 votes
11 answers
114k views
How to detect if a browser is Chrome using jQuery?
I have a bit of an issue with a function running in chrome that works properly in Safari, both webkit browsers... I need to customize a variable in a function for Chrome, but not for Safari. Sadly, ...
58 votes
15 answers
55k views
Disable autofill in Chrome 63 [duplicate]
I just updated my browser to Chrome Version 63.0.3239.84 (Official Build) (64-bit). I then proceeded to go on my website, where I have a input box with autocomplete='off', yet I still get the ...
12 votes
5 answers
38k views
Using Javascript to detect Google Chrome to switch CSS
I have been playing around with different scripts, I found one that works for everything but Chrome... this is the code I have been using to differ in .CSS files. I tried just makeing the Browser name ...
21 votes
5 answers
14k views
How can I check if a browser is Chromium-based?
I have a Chrome extension, and I am currently writing a website to advertise it. I know that a Chrome extension can be installed in all Chromium-based browsers (Chrome, Opera, etc.). Is it possible ...
15 votes
8 answers
10k views
How do I detect Chromium specifically vs. Chrome?
Is there a way to detect if a visitor to my site is running Chromium as opposed to Google Chrome? Even basic UA sniffing (which I know is bad practice) would suffice for my particular case, but it ...
7 votes
2 answers
7k views
MS Edge has a window.chrome object?? Breaks browser detection
What is up with MS Edge having an object called window.chrome same name as the one in Google Chrome. For me this is breaking browser detection code for Chrome polyfills. I am imagining that this will ...
20 votes
2 answers
11k views
Copy image to clipboard with javascript in Chrome only
Is it possible to have javascript copy an image to a clipboard? I'm looking to replicate the "Copy Image" function that Chrome has when you Right/Control click an image in the browser. I've seen ...
11 votes
8 answers
5k views
Disable autocomplete in chrome 66
Is there any way to disable autocomplete on a text field in chrome 66? I have tried a number of options like : autocomplete="off" autocomplete="false" autocomplete="disabled" autocomplete="something-...
11 votes
2 answers
13k views
How to force links sent by email to open in user's browser instead of gmail in-app browser
I have a website that is JavaScript-heavy and requires user to record their videos, When I send my emails to my customers the link opens in gmail's in-app browser which you cannot record from, Plus ...