google-chrome Questions
2
I have a website and I've try to speed up loading of fonts so I've put:
<link rel="preload" href="{{ '/css/fonts/bebasneue-webfont.woff' | prepend: site.baseurl | prepend: site.url }}"
as="fon...
Ceylon asked 2/12, 2017 at 11:44
2
I'm having a website, which loads considerably slower, when I'm adding
<meta http-equiv="Content-Security-Policy" content="default-src 'self'">
to the head of the index.html.
After debug...
Piero asked 15/4, 2016 at 20:36
7
Solved
I want to retrieve the average fps of the measured performance recording.
So far I'm only able to get the duration and fps per frame by either hovering over the frame like this:
or by selecting ...
Woodcraft asked 3/1, 2018 at 14:45
11
Solved
For a couple of days, we often see an extremely long initial connection time (15s - 1.3 minutes) to our ELBs when making any request via ssl.
Oddly, I was only able to observe this in Google Chrom...
Bing asked 20/2, 2016 at 12:43
4
Solved
Warning: This question was about a pre-2016 version of Google Chrome. As of version 126, Chromium's behavior has improved much. The screenshot below does not represent current behavior (and the sol...
Printing asked 3/6, 2015 at 16:14
6
Solved
I would like to launch a Google Chrome browser with language Spanish es using Puppeteer.
I've tried puppeteer.launch(args:['--lang=es',...],...) but it didn't work.
I've tried passing the environ...
Juggle asked 24/10, 2017 at 10:53
3
Is there a way to disable all the extensions I have installed in Google Chrome v26 only for http://localhost/?
The reason is, some of the extensions inject HTML and load images into the page, like...
Messer asked 10/4, 2013 at 14:3
13
Solved
I download ChromeDriver and by defaults the browser language is in English, I need to change it to Spanish, and I have been unable.
public WebDriver getDriver(String locale){
System.setProperty(...
Tails asked 5/9, 2013 at 20:20
13
Solved
I deployed my angular application(Static webpage) on kubernetes and tried launching it from Google Chrome. I see app is loading, however there is nothing displayed on the browser. Upon checking on ...
Cosmonautics asked 30/4, 2022 at 17:39
5
Solved
In google chrome if I set the value of an input of type datetime-local to a time containing seconds where the seconds value is 0 Chrome decides not to show the seconds value on the input, meaning t...
Wilks asked 21/10, 2013 at 20:26
2
I'm trying to get selenium chrome driver running inside Docker. Why am I getting this error message? Is there something wrong in the Dockerfile code? I'm trying this on Windows 10 + m1 mac operatin...
Afterclap asked 16/5, 2022 at 5:59
7
Solved
We are using Chrome in kiosk mode and accidentally users are causing the application to zoom with the recent addition of pinch zoom support.
They then think they've broken it and simply walk away ...
Guesstimate asked 10/4, 2014 at 21:56
3
First time poster =)
I'm printing a long table and want to repeat the table header on each page. I'm not having a problem until the height of the <thead> gets to a certain height - in Chrome ...
Milewski asked 6/1, 2021 at 23:17
1
I really like the local overrides feature in Chrome. While it is handy during development, I'd also like to use it while my devtools are closed. If this were possible, it could replace extensions t...
Hefty asked 25/7, 2018 at 15:41
2
Solved
I am drawing a simple two rectangle svg as follows:
<svg width="72px" height="72px" viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg">
<rect stroke-dashoffset="0" x="2.4px" y="2.4px...
Appleby asked 18/8, 2017 at 22:14
2
Solved
It seems chrome://favicon/ only allows me to get a 16x16 favicon, and it looks blurry in Retina screens. What if I want to get a 2x retina ready favicon?
Evalynevan asked 26/10, 2015 at 14:23
6
Solved
I am using a drop down for dynamically changing content on a page. It works but is throwing a js error in Chrome ONLY. What Chrome recommends I don't know how to implement. Site is built in Express...
Halberd asked 8/5, 2014 at 14:27
1
I have built a "PWA" that seems to be working properly on desktop environments. I can install it on my desktop PCs and Mac without any problem:
Additionally, the requirements are also me...
Supernova asked 10/5, 2021 at 14:51
10
Solved
I have a very simple line of code that set and read a cookie. I kept getting empty value for my cookie and have no understanding why. I have cookie enabled and know that cookies work on the browser...
Accentual asked 12/11, 2011 at 14:43
10
Solved
Recently got a mac and was able to run Mozilla without any issues but having trouble installing chrome extensions and running it for selenium. Can someone guide me through the process of installing...
Ballonet asked 28/6, 2016 at 15:58
5
Solved
In node.js (using Hapi framework) I'm creating link for user to allow my app reading user account. Google handles that request and asks about giving permissions. Then Google makes redirect to my se...
Say asked 24/11, 2016 at 8:43
4
I have a Chrome app that I created with "Create Application Shortcut".
What I need is to open that app with specific url on the same domain.
Example:
chrome_proxy.exe --profile-directory=Default ...
Aubert asked 25/4, 2019 at 15:19
2
Solved
I have a chrome extension and want to use the recently added chrome.sidePanel API to open the side panel and show my chrome extension there when a user click a button inside the extension's popup.
...
Pantia asked 13/3 at 4:23
4
Chrome used to run properly, when all of sudden it started asking for my proxy's username and password on every page I open. After I enter them, I see the page, but then I need to type them again w...
Fellini asked 14/12, 2012 at 16:40
8
Solved
I am trying to save a data object in chrome sync storage and then retrieve it, however the get() function always returns an empty object. The code I am using is,
function storeUserPrefs() {
var ke...
Heterophony asked 25/1, 2013 at 22:7
© 2022 - 2024 — McMap. All rights reserved.