Questions tagged as 'google-chrome'

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
1
answer

Desktop notifications in Chrome with Javascript

I have an application where I need to send notifications to the user, and I would like these to appear on the desktop, as shown in the example below. Is it possible to do it with Javascript ? If yes, how? I did not want to use alert()...
asked by 17.01.2014 / 01:43
1
answer

Why does Google Chrome not allow copying a reference to the console.log function?

I have a method that takes a reference to a function and uses that reference to display a data (code below). The problem is that when I use the console.log function with Google Chrome, an exception occurs, which in this case is as follows...
asked by 09.01.2014 / 19:33
1
answer

In new browsers now there will be no more synchronous requests?

I saw today in my Google Chrome , updated to version 40.0.2214.91 , a message that said    Synchronous XMLHttpRequest on the main thread is deprecated because of   its detrimental effects to the end user's experience translati...
asked by 23.01.2015 / 12:07
5
answers

How to remove auto complete from google Chrome input?

I want to remove yellow background when auto completion of Google Chrome is enabled. I tried disabling auto complete by applying: autocomplete="off" and I was not successful. The image above is the view in Chrome and the bottom is...
asked by 05.05.2015 / 22:24
2
answers

Why does Google Chrome accuse me of missing jquery.min.map?

I downloaded the version of jQuery 1.10.1 minimized and Google Chrome is alerting on the tools for developer, Network tab, jquery.min.map was not found: Error 404 Note: jQuery works correctly. Is this jquery.min.map a new...
asked by 18.12.2013 / 15:40
2
answers

Future of java in chrome - possible complications

According to this news from # I have many web programs that require java running, I wonder if it's possible even after chrome disables NPAPI, still make java applications work? Excerpt from the news    For the end user, the main change...
asked by 20.04.2015 / 15:35
3
answers

Navigate horizontal scroll by pressing tab

I'm using the datatables plugin. I built a table where the first four columns are fixed and the others (which will be generated "dynamically") have input for quantity typing. My intention is that when the user presses tab to g...
asked by 16.06.2015 / 16:29
3
answers

How do I know if I am on an anonymous or normal chrome page?

I'm making a page html to use locally on my PC with Windows , but I needed some way to know how I'm in the browser Chrome . I wanted to present a phrase that would change depending on the way I was. Example: Incognito...
asked by 02.08.2017 / 12:09
1
answer

Get page source with Google Chrome extension

You can create an extension for Chrome that takes either the source code of the page or the whole text ( Ctrl + A , Ctrl + C ), to send this to an external site (for data mining) and to return the resulting content from the site? (in this c...
asked by 09.02.2015 / 21:57