I’m working on this special input and I need to allow / disallow some keys from being typed by the user. I’m doing the validation on the onKeyDown handler. This is what I was doing at first: But I was worried that the string names of the keys were not consistent across browsers, so someone here on SO told me
Tag: google-chrome
Laggy css :hover transitions on newest version of Chrome
I am developing a pretty simple website. On the computer on which I work, I was using chromium for quite a while now, and have not updated it, so it stayed at version 67. Now, I have moved to the newest version of Chrome (79) and I became quite frustrated seeing, that all of a sudden, without me changing any
GeoJSON file: Refused to execute script from because its MIME type (”) is not executable, and strict MIME type checking is enabled
My web application has a folder named “data” which has .geojson files. When I tried to access my website from Chrome I can see all .geojson files loaded with “200 OK response” Please find below screenshot. But when I see console logs I am getting “Refused to execute script from because its MIME type (”) is not executable, and strict
Unable to sign into google with selenium automation because of “This browser or app may not be secure.”
I am trying to login to google with selenium and I keep getting the error that “This browser or app may not be secure.” The function I use to log in is: It is the same problem as https://stackoverflow.com/questions/59433453/unable-to-log-into-google-account-in-selenium-chrome-driver and https://stackoverflow.com/questions/59276975/couldnt-sign-you-in-this-browser-or-app-may-be-insecure-python-selenium-chrome I have tried using both the chrome and firefox web drivers and both don’t work. I have also tried
How can I request user permission for audio on Chrome?
I am working on SAAS solution and I need customers to receive notification sounds from the application. Even if they just launched it without any interaction with it. Google has changed Chrome behaviour regarding this aspect and now user is required to click on webpage to get notification sounds. I have found out that it is possible to allow sounds
SameSite warning Chrome 77
Since the last update, I’m having an error with cookies, related with SameSite attribute. The cookies are from third party developers (Fontawesome, jQuery, Google Analytics, Google reCaptcha, Google Fonts, etc.) The errors in the Chrome console are like this. Is there anything I need to do in my local machine or server or is just some feature they should implement
how to get the URL of a PDF file from a google chrome extension
Last year I developed a google extension that worked on PDF files. I used the following function in order to get the URL of the PDF file: Now, the latest version of Google Chrome does not provide the src attribue anymore. How can I get the URL of the PDF file with the latest version of Google Chrome? Answer Apparently
what is the purpose of chrome-extension inject.js
Hello I have a react project which is working full and functional but when I look into network form console I find an unexpected script called chrome-extension://gppongmhjkpfnbhagpmjfkannfbllamg/js/inject.js which is not associated with my project. Is that a virus or an extension ?? In my chrome://extensions/ there is nothing called inject. Can anyone tell me what is this? This script loading
How to pass data from content script to popup.html?
I’m learning how to make chrome extensions. I have a content script that will obtain some data and I want to pass them to the popup.html page to display them on the popup DOM. I’ve read about the message passing in the Chrome documentation but I’m unable to make it work. Can anyone help me? My code: content script file:
What is the Maximum image dimensions supported in desktop Chrome?
This can be very broad, but let me just narrow it down. Assume that Browser: Chrome Latest (Desktop) Hardware: Windows Standard PC with default Intel Graphics card Ram: 8GB Processor: i7 @ 3.40 GHz What is the maximum Width x Height I can support ? If I try to put a 27150 x 20950 image into an <img> tag Chrome