google-chrome Questions

8

I'm trying to do a redirect using the below code: <script type="text/javascript"> window.location.href = "http://google.com" </script> FF and IE work as they should. Chrome doesn't. ...
Amann asked 19/12, 2011 at 19:13

4

Solved

So - I think this is a browser bug. It came up in a much more complicated design/site, but I've had a good solid fiddle around, simplified my code and designs, etc, and have found the following: W...
Seville asked 5/3, 2012 at 10:51

4

Solved

How much time will it take for Google to finish its review for a extension before it gets published to the Chrome Web Store?
Eric asked 16/5, 2020 at 10:53

4

I have an issue with debugging JavaScript code in Chrome. My JavaScript code doesn't have an infinite loop or any other performance issues, according to the Chrome performance tab. But when the br...
Wira asked 1/8 at 6:10

3

I've been tinkering with support for dark-mode by using a media query in my svg favicon. This is visible on my website. <link href="favicon.svg" rel="icon" type="image/s...
Norrie asked 15/8, 2020 at 17:59

10

Solved

When I try to access analytics.google.com in standard Chrome browser, I get this error: Missing permissions You do not have access to the account, property, or view. Contact an Analytics ...
Expecting asked 22/6, 2018 at 20:20

3

Solved

I'm debugging a web application running in visual studio with some breakpoints on some code that runs on every request to my web application. I find that in Chrome, as I type the URL past the host,...
Catharinecatharsis asked 19/1, 2015 at 8:1

5

I have a weird conflict in my main.js file. I run a fade up animation on ".main-headline--left" $('.main-headline--left').addClass('wow animated fadeInUp'); This works fine, but when I add a pi...
Riddick asked 8/8, 2015 at 4:37

3

I just started to develop chrome extensions. I want to create an extension in order to change the download folder for a specific download. Can I do such thing? if not,How can I change the default ...
Erminois asked 5/10, 2017 at 10:51

2

Solved

anybody know how to disable a debugger/logging in chrome webdriver in Python 3.6 ? I'm trying following code and it isn't working. chrome_options = webdriver.ChromeOptions() chrome_options.add_...
Hirz asked 5/12, 2017 at 8:29

6

Solved

In Chrome, sometime request fails with Error: status (failed) net::ERR_TOO_MANY_RETIRES. This happens randomly for 1 request while loading page with 80+ resource. What could be possible reason for ...
Pass asked 24/9, 2019 at 18:35

1

I want to let Chrome always stay in memory and not closed. Is there a extension / trick / hack to change the X (close) Button function in Google Chrome from closing window to minimizing window to ...
Dreda asked 15/9, 2012 at 6:19

2

Solved

When creating a new multidimensional array in Chrome's console like this: var array = Array(10).fill(Array(10).fill(false)); the array looks as expected (inspect with console.table): But when ...
Backwards asked 6/12, 2015 at 14:37

4

Solved

today I noticed that in Chrome gtag/js?id=... started giving an error: Uncaught (in promise) TypeError: Failed to execute 'getValue' on 'CookieDeprecationLabel': in gtag.js, the error occurs here...
Tetramethyldiarsine asked 1/8 at 6:2

7

Solved

I used to be able to disable windows integrated authentication by updating the settings in IE. Recently this no longer works. Has something changed in recent versions of chrome? Is there a new way ...
Pendulous asked 22/10, 2015 at 14:25

1

I have a userscript for Google Chrome's Tampermonkey. Currently, it uses HTML5 local storage to save its data but I would like this data to be synchronized across all computers the signed-on user u...
Kwiatkowski asked 14/2, 2016 at 20:20

10

Solved

I have a client that wants to use Google Chrome for an internal web app we've developed(I don't blame him, I really enjoy using chrome!) The problem is we have a win forms app that the users can l...
Janitajanith asked 2/2, 2009 at 7:50

2

Solved

I created DB from google chrome's Cookies file and one of the columns in the cookies table is expires_utc. The format of the column is like - 13169399213145330, which is more like unix time. But wh...
Campaign asked 20/4, 2017 at 11:25

4

Solved

Since Chrome Browser updated to version 127, on Selenium tests runs I get the next dialog open: How to get rid of it using C#? Do I need to make some options on driver start? I've already chosen i...

4

Solved

Here is the full error: Could not read source map for chrome-error://chromewebdata/: Unexpected 503 response from chrome-error://chromewebdata/neterror.rollup.js.map: Unsupported protocol "chr...
Dynamotor asked 22/1 at 11:42

5

Solved

Where does Google Chrome store its version information locally? I'm developing a Lua script to access application version information found in the Windows registry, but can't find a registry key a...
Broadleaf asked 25/11, 2013 at 21:42

3

In a Markdown Page (Microsoft TFS Wiki) I try crate A tag for file link: <a href="file:///C:/temp\file.txt">file.txt</a> On click (Chrome), I got about:blank#blocked
Koenig asked 11/3, 2019 at 11:46

4

Solved

Is it that all protocols implemented on top of TCP/ UDP are supported by chrome? Does HTTP/ HTTPS implementation somehow hides functioning SMTP or FTP in the background ? Do all browsers support ...
Endospore asked 9/9, 2015 at 8:42

3

I made a Chrome Extension and used Firebase to collect data into a database. It worked fine for some time, but it seems there were some changes to Chrome. Now I get the following error in the javas...

2

I'm following a tutorial for creating a basic Chrome extension with Create-React-App (tutorial found here: https://medium.com/@gilfink/building-a-chrome-extension-using-react-c5bfe45aaf36) After...
Obstruent asked 25/5, 2019 at 5:41

© 2022 - 2024 — McMap. All rights reserved.