Can I detect usage of Chrome Google Lens on website?
Google Chrome has a Google Lens option that allows to take a screenshot and then copy the text. My website has multiple ways setups to discourage users to take screenshots like showing an alert when pressing the screenshot button:
How to get the value of a Google Chrome flag using Javascript
My application is running into major WebGL performance issues with Google Chrome on Apple silicon devices, which is fixed by manually setting chrome://flags/#use-angle
to OpenGL.
How to get the value of a Google Chrome flag using Javascript
My application is running into major WebGL performance issues with Google Chrome on Apple silicon devices, which is fixed by manually setting chrome://flags/#use-angle
to OpenGL.
How to get the value of a Google Chrome flag using Javascript
My application is running into major WebGL performance issues with Google Chrome on Apple silicon devices, which is fixed by manually setting chrome://flags/#use-angle
to OpenGL.
Issues in Chrome setting scrollLeft when devicePixelRatio is not an integer
When I set element.scrollLeft
while the devicePixelRatio
is 1.25 (on Windows > Display > Scale = 125%), Chrome seems to round my values to what appear to be multiples of 0.8. Firefox does not exhibit the same behavior.
Closing Chrome browser does not fire pagehide
When a user closes chrome while logged in to my system, I want to save some stats in our db as if they had properly used the sign out link. I have it working when the user navigates away, or when the user closes ONE the tab of multiple open tabs but not when the user closes the entire browser. What am I missing?
Activetab Persmissions Removed but Still Being Flagged Google Chrome Webstore
Need a bit of help, removed all the activetab permissions from manifest.json but it’s still getting flagged by asking why I need it:
Chrome: text being selected on resize
Our project has a custom (web) component that supports moving and resizing of ‘windows’ on a dashboard canvas. You can grab a window edge to resize it, and there’s also a widget that lets you change the size of the ‘canvas’ on which the windows exist, by dragging it up or down.
Issue with Chrome Offscreen Document Context in Service Worker
I’m currently working on a Chrome extension where I need to process multiple HTML contents using an offscreen document in the service worker. The aim is to ensure that each HTML content is parsed and processed correctly. However, I am encountering an issue where the chrome.runtime.getContexts method returns an empty array, even though the offscreen document appears to be created and functioning properly.
I would like to know why using the Promise.all method does not reduce the execution time
In the code below