Questions tagged as 'firefox'

4
answers

Clear cache of browsers with javascript

Is it possible to clear the cache of Firefox and Chrome browsers via Javascript? With Internet Explorer I can do it, but not the ones mentioned above. Dude, it did not work, I think the problem occurs because unless the user logged in remembe...
asked by 10.06.2014 / 14:27
2
answers

Executing JAR by Browser

I'm having trouble figuring out how to do it: What I Wish I want to create a Chrome / Firefox extension that when I press a button on the html of my extension, it runs a .JAR file going through the user settings parameter in the extension....
asked by 30.04.2014 / 22:52
2
answers

How to remove bug from antialising lines generated in Firefox and IE?

I'm creating a border on my site, with background . It works perfectly in Chrome, but in Firefox and IE unwanted lines appear. I have already noticed that they are present in the CSS3 property of transform: scaleX (-1); in the Div effect I need...
asked by 06.03.2014 / 22:58
1
answer

jquery.iframetracker It does not work in Mozilla Firefox, can solve it?

I have a script that writes a cookie with ajax when it clicks on a Google ad (iframe), works in good Chrome .. but in firefox does not .. does anyone know why? Or if you have another solution to do the same thing I'm trying to do ... <?...
asked by 18.10.2018 / 06:13
3
answers

Firefox and IE can not find source

I have a wordpress site where I installed two fonts: Calibri and Castlet. Chrome works properly, but in Firefox it recognizes only Calibri. This is the site: link In Css: @font-face { font-family: Calibri; src: url("wp-includes\fonts\cali...
asked by 17.01.2015 / 16:55
1
answer

Why does Firefox not display WEBP images?

I made a slide on a website where I use images that were passed to me in WEBP format. I thought everything was fine, because everything in Chrome was working. But I noticed that in Firefox (version 57.0.4) the images are not displayed. I'd...
asked by 23.01.2018 / 13:04
1
answer

CSS animation does not work in Mozilla

Well, I have a problem with a CSS animation. I made it work normally in Chrome and even in IE, but in Firefox it bugged. I've tried to put the prefix -moz- on some properties, but nothing works. I do not know if the way I did this a...
asked by 07.07.2016 / 20:06
1
answer

When you finish the script with "Ctrl + C" (KeyboardInterrupt) it does not close Selenium or Firefox

I'm using selenium to handle a page, while running the script it opens firefox, but what I wanted to do is the following, if any problem occurs in the script or if the user terminates, I want the firefox to close as well. I tried several thin...
asked by 28.09.2017 / 18:27
2
answers

What is the "o" element automatically created between my buttons in HTML?

I'm developing a layout and when I put two buttons side by side, an "o" element is created in my HTML, which makes the spacing between the two, I could solve by creating a margin negative on the left, however I would like to know if this "o" el...
asked by 12.06.2017 / 17:38
2
answers

How does Facebook write colorfully in the browser's console?

I need to do something like the image below: You can see it when you enter the browser console by accessing any Facebook page. I tried to insert HTML into the console.log() function, but it was in vain. Any tips?     
asked by 30.11.2017 / 21:56