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...
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...
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,...
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...
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 (...
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...
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;...
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...
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...
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...