Category "google-chrome"

Is there a workaround for Firefox 5 and Chrome ”setInterval()” and “setTimeout()” in inactive tab

There is a JavaScript optimization that causes inactive tabs to slow down setInterval() and setTimeout()` in Firefox 5 and Chrome. I have it set for 66 miliseco

Pinch Zoom in a web page in Chrome Dev Tools

I am testing the rendering of my web application on iPad. However, I am not able to zoom into the page when using Chrome tools to simulate iPad under "Toggle De

Problem chrome content security policy react extension manifest

I created a very simple extension chrome but I have a problem I can not fix it, the problem is of Content Security Policy of google chrome please I need help fo

Ionic-angular ion-textarea's height shrink

I'm coding with ionic-angular framework for some project. When I use ion-textarea, sometimes the textarea's height is decreased 0px. If the textarea code like t

Displaying Emoji in Google Chrome

I have a Google Chrome Extension that supports chat. The chrome extension displays the messages sent to you in desktop notification. I have noticed that wheneve

How to detect Blink in Chrome

Is there any way to detect that the user is coming with Blink or Webkit powered Chrome engine? By the way i'm also curious about if i can check somewhere if my

Getting Webkit to pay attention to <legend> margins [duplicate]

I'm simply trying to get Chrome/Safari to pay attention when I say margin-bottom: 20px on a <legend> tag... demo: http://jsfiddle.net/HN

Chrome: timeouts/interval suspended in background tabs?

I was testing the accuracy of setTimeout using this test. Now I noticed that (as expected) setTimeout is not very accurate but for most appliances not dramatica

Chrome Developer Tools: missing source tab

I am missing Source tab from dev tools of chrome. Is there any setting require to get this source tab back or I need to install any different version of Chrome?

Google Chrome autofill background color change?

I'm trying to get the autofill background color on my inputs changed. The accepted answers online seem to be something along the lines of: Removing input back

change to this file were not saved to file system error in google chrome version 30.0.1599.101 m

Image Notification In the google chrome version 30.0.1599.101 m i am not able to save the changed js file. On saving the js file i got yellow triangle symbol w

Chrome local overrides with port number?

I'm trying to use Chrome local overrides (running on Windows) to override a javascript file. This works great for a URL where the port number is not specified:

Manually adding a Userscript to Google Chrome

Instead of "installing" User-Scripts I found many tutorials on the web to add it manually. All of them told me to do the same steps: Make the directory C:\User

Adding items in DOM with jQuery without browser scrollbar update

I am adding many <li> to a <ul> using jQuery with the append method. When there is more <li> than the browser space can accomodate, I expecte

Google Chrome developer tools: missing storage tab

For unknown reasons, when I use Google chrome (version 9.0.597.84), the developer tools aren't showing the "Storage" tab (mentioned/illustrated, for example, at

How to manually send HTTP POST requests from Firefox or Chrome browser

I want to test some URLs in a web application I'm working on. For that I would like to manually create HTTP POST requests (meaning I can add whatever parameters

Recommendations for a "Getting started with Greasemonkey" tutorial [closed]

I'm interested in writing some Chrome compatible Greasemonkey scripts, but I'm finding that there are few updated tutorials on how to really g

Google Chrome Extension Manipulate URL

I'm making a Chrome Extension that manipulates the current tabs. When I give it the specific URL, it works. <html> <script> function updateUrl(ta

Chrome doesn't support `font-family: "Arial Bold"`?

In Chrome v75 Windows 10 font-family: "Arial Black" works, but font-family: "Arial Bold" doesn't. They both work in Edge. I know I can still use font-weight.

Downloading/Opening .csv file using Google chrome, it changes extension of .csv file to .xls

I have an a tag in my html file that is pointed to a .csv file. Every time I click on the link it downloads the same file in .xls extension. Why? I tried th