Category "google-chrome"

When does a cookie with expiration time "session" expire?

As the question title says, what's the session timeout when I set "session" as cookie expiry? Can you guys point me to some documentation (I searched but haven'

How to use non-ascii characters in the regex filter of the declarativeNetRequest API for a Google Chrome extension?

I am creating a Chrome extension but just found out that it's not possible to use non-ascii characters in the regex filter of the declarativeNetRequest API. Whi

Delete Chrome history in history

When I delete history in chrome, it is showing history as one of item on top of history list from : icon. How do I delete history in history.

Chrome Overrides needs dev tools to be open

I use this great feature and it works perfectly for me but I've noticed that it needs dev tools to be open every time I visit a particular website to work. Is i

Javascript share sessionStorage among tabs

I am using Javascript with Chrome and I need to share the sessionStorage content among different tabs. I know that i could use localStorage but I don't want to

Console.log in Chrome dev tools console doesn't do anything

So I open the Chrome developer tools and switch to the console tab, and I type the command console.log("Hello world!") but it doesn't log anything to the consol

ReactJS content does not load with cookie bot

We have a reactjs application with google sso login and we introduced cookie bot into it. We added both scripts to index.html file as it was described in the gu

How to use recaptcha v3 in chrome extension?

Is it possible to use reCaptcha V3 in chrome extension. If yes, than how to implement it? Currently I am implementing it and facing error Refused to load the sc

close chrome browser via script

I want to make a program that when started quits Chrome (if it's open) and the link won't work, it just asks me to look for an app in the Microsoft store, pleas

Why is my image shifted down in print mode (at least in Chrome)

If you look at https://double-seven.dev.sfindr.com/html-pdf-demo/index.html in Chrome, everything is nice and in place, but if you open the print preview window

Why am I getting a Chrome error when applying <meta> for responsiveness?

I am watching this video and I see they wanted me to use <meta name="viewport" content="width=display-width, initial-scale=1"> for more of a responsive w

Problem with Chrome display:inline-block and Print

I have a little problem with display:inline-block on Chrome when I try to print the page. Here is the code: <html> <head> <style> @p

getting video length of mov file with no audio error chrome js

Is there an accurate way to determine the length of a .mov file with chrome? On our website we currently use video.onloadedmetadata but it's causing errors. Exa

Chrome Remote Debugging gives me blank screen

I use remote debugging on raspian with chromium(92.0.4515.98~buster-rpt2) and it works just fine. However, if I want to do the same on ubuntu with chrome(100.0.

Why don't some browser engines let me have 100.1px?

Why do some browser engines not calculate fractional pixels precisely? Based on what logic these final values (.094, .188, .297 etc) are calculated? Is there an

How to set the download file extension for blob data

In my site video use the blob data, when the video was downloaded, the saved filename is the blob name with .txt(4671addc-3ce0-4eb6-b414-ddf3406b1fe5.txt) exten

Python - browser pages managment

I am using Google Chrome and I need to find a way of finding on existing window and existing page way of interaction with it ( clicking on something and all tha

Content-disposition inline filename not working

There are some old questions regarding this topic, but the issue I'm facing is just some days old so thought to create a new thread. I am using the content-disp

MediaDevices.getUserMedia() prompts the user for permission then launches camera app on full screen instead of in-browser

I am using getUserMedia() to take images on a vue web app. Working everywhere except on iOS safari. The user is asked permission for accessing the camera, aft

chrome devtool performance waterfall difference between Chrome and Chromium?

I'm trying to see the call stack of a piece of code, in Chrome and Chromium, they showed different results. I have already disabled all extensions in my Chrome,