Questions tagged as 'google-chrome'

0
answers

How does google browser etc do this?

How can I create a url scheme similar to chrome and other browsers etc? I want to make the .html file open in this url schema, just like file: //. Instead I want something like new: //index.html. I want to open local files using this url s...
asked by 06.06.2017 / 06:45
2
answers

Why type = 'date' does not work in Firefox?

I was testing a script to calculate interest and realized that my code does not work in Google Chrome , but if I open the same script in Mozilla it works perfectly. What can it be? elementsArray = document.querySelector...
asked by 16.10.2017 / 19:46
1
answer

jQuery unique, difference in Chrome and Firefox?

I'm having an unexpected behavior with unique of jQuery. The following command: var x = [1,2,1,2]; var y = $.unique(x); document.write(y); In Chrome it results in 1,2 (which is correct), but in Firefox it appears 1,2,...
asked by 14.05.2014 / 16:47
1
answer

How to simulate Zoom Pinch in Chrome Dev Tools?

I'm working on an interface that will be mobile. Is there any way to simulate Zoom (pinch zoom) in Chrome Dev Tools? At least from version 59 or higher? NOTE: For those who were in doubt, Zoom is the zoom that you make on the screen using...
asked by 10.09.2018 / 14:43
3
answers

Error cracking page to print in Google Chrome

I have a page that prints tickets in 3 ways. Each ticket path is within a div with class ticket . After each route, I need to generate a page break. However, by using page-break-after: always; in Google Chrome, sometimes (...
asked by 25.10.2016 / 17:20
4
answers

How to soften the font with CSS in Chrome?

I have a "cracked" font problem in Chrome, so it looks like the tips are pixelated. To help, I'm posting two images IE : Chrome: My CSS that calls the font: @font-face { font-family: "Helvetica-nw"; src: url('../fonts/Helv...
asked by 12.03.2014 / 19:36
1
answer

How to fix serrated fonts in chrome?

I have a problem with Google Chrome. I do not know if it's CSS, but the fonts declared in CSS are getting serrated mostly in Chrome. I have already tried the following anti-alarming properties: -webkit-font-smoothing; font-smooth; text-stroke;...
asked by 13.02.2015 / 14:31
1
answer

Auto Fill Input on another browser tab via script

Is there a script that sends the value of my input to the page input I open? As the example below shows, I need to send the value "12345" to the XYZ page input as soon as I click on the link to open it, to speed up the search by code. My s...
asked by 06.09.2018 / 15:40
1
answer

How to run a script on a page without having to open it in a browser tab or window?

I need to do a web-extension (add-on) that can manipulate DOM elements, existing events and execute scripts in the context of a page in a website. But do I need this to happen in background without the page being explicitly in the user's br...
asked by 25.12.2017 / 20:44
0
answers

Chrome and Opera do not respect the cache

Chrome and Opera (same engine as the first one) do not respect the headers Cache-control and Expires , I mean if it's a link or an interaction within the works normally page, this appears to front: Butiftherequestcomesfrombrow...
asked by 05.04.2017 / 19:08