Most voted "google-chrome" questions
Google Chrome is a web browser available on mobile, TV, and desktop platforms. Developed by Google, it uses the Blink layout engine and application structure. use the tag for development for the browser, its main components or extensions or for specific features that only work on it. Do not use for web development in general.
Learn more…255 questions
Sort by count of
-
23
votes8
answers44013
viewsHow to remove auto complete input from google Chrome?
I want to remove yellow background when this enabled auto complete from Google Chrome. I tried to disable auto complete by applying: autocomplete="off" and I was unsuccessful. The top image is the…
-
22
votes1
answer16031
viewsDesktop notifications in Chrome with Javascript
I have an application where I need to send notifications to the user, and I would like them to appear on the desktop, as the example below. It is possible to do so with JavaScript? If yes, how? Did…
-
22
votes1
answer3430
viewsIn the new browsers now there will be no more synchronous requests?
I saw it today in mine Google Chrome, updated to the version 40.0.2214.91, a message that said Synchronous Xmlhttprequest on the main thread is deprecated because of its detrimental effects to the…
-
21
votes5
answers27254
viewsClear browser caching with Javascript
Is it possible to clear the cache of Firefox and Chrome browsers via Javascript? With Internet Explorer I can, but not mentioned above. Dude, it didn’t work, I think the problem occurs because save…
-
19
votes1
answer409
viewsWhy doesn’t Google Chrome allow you to copy a reference to the console.log function?
I have a method that receives a reference to a function and uses that reference to display a data (code below). The problem is that when I use the function console.log by Google Chrome, there is an…
-
13
votes2
answers1381
viewsWhy does Google Chrome accuse you that jquery.min.map is missing?
I downloaded the version of jQuery 1.10.1 minimized and Google Chrome is warning in the developer tools, Network tab, that jquery.min.map was not found: error 404 Note: jQuery works correctly. That…
-
11
votes1
answer4164
viewsGet source code from Google Chrome extension page
You can create an extension for Chrome that takes either the source code of the page or the entire text (Ctrl + To, Ctrl + C), to submit this to an external website (for data mining) and return the…
-
11
votes2
answers1260
viewsJava future in Chrome - possible complications
According to this news from Techtudo Chrome will no longer support the NPAPI protocol used by java to communicate between java and Chrome I have many web programs that need java running, I wonder if…
-
11
votes3
answers487
viewsNavigate horizontal scroll by pressing tab
I’m using the plugin datatables. 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…
-
10
votes3
answers2456
viewsHow do I know if I’m on an anonymous or normal Chrome page?
I’m making a page html for use locally on my PC with Windows, but I needed some way to know which way I am in the browser Chrome. I wanted to present a phrase that would change according to the way…
-
9
votes2
answers148
viewsWhy does the Chrome console return 8 when I type 010?
You could tell me why when I type on the console 010 and press enter it returns to me 8 ? and if I type 0100 he returns me 64.
-
8
votes6
answers5717
viewsDisable Chrome Password Save in Javascript
Would you have any way to disable the option to save password in Google Chrome, by Javascript or jQuery? I mean the login password. When my client logs in appears to him the option to save password,…
-
8
votes3
answers923
viewswindow.showModalDialog does not work on Google Chrome, is there anything equivalent?
Good morning, I’m trying to open a modal on google Chrome... The current application already uses window.showModalDialog for years, it works in IE... I can not make the changes using the html 5…
-
7
votes0
answers73
viewsHow did Microsoft manage to customize the title style of the tab?
Looking at the new Microsoft page for Windows 10, at least in Ubuntu 14 / Chrome 43, I realized that the font size of the tab was larger than the source of the other open tabs. In Firefox 38, this…
-
7
votes2
answers3863
viewsDisable HTML5 Video Download Button
After updating Opera and Chrome, using the tag video started to appear the video download option, as below: Does anyone know how to disable this? I am using the following code: <video width="800"…
-
7
votes1
answer1013
viewsPress "Guide" to search the site?
Recently I went to the site of Sopt by Google Chrome and I came across an interesting feature that is the "Tab to Search" (Omnibox). In short, by typing the address of a website and pressing the…
google-chromeasked 7 years, 10 months ago Randrade 21,612 -
6
votes1
answer1452
viewsHow do I copy an image to the clipboard (Clipboard)?
I’m using this command to capture the screen. chrome.tabs.captureVisibleTab(null, {}, function (image) { // image = base64;string }); And now I would like to copy the captured image to clipboard…
javascript google-chrome google-chrome-extension clipboardasked 10 years, 11 months ago BrunoLM 5,198 -
6
votes1
answer533
viewsDifferent multiple select rendering for each browser
I have the following code: <select multiple="multiple" id="carros" size="1" name="carros"> <option value="volvo">Volvo</option> <option value="saab">Saab</option>…
html internet-explorer google-chrome firefox cross-browserasked 10 years, 9 months ago Philippe Gioseffi 3,202 -
6
votes1
answer188
viewsChrome.tabs.onUpdated.addListener with delay
I made an extension for Google Chrome that’s working. The goal is to change the color of the images' pixels on all web pages. To do this on the pages loaded in the tabs already open, I use the…
-
6
votes3
answers6532
viewsHow to detect click on Chrome Back/Next/Reload buttons
How do I detect when the user clicks on the Back/Forward/Reload buttons of Google Chrome? I already made a scheme to make a check before the user exit the page through the elements of the page…
-
6
votes1
answer242
viewsGoogle Chrome sandbox
On some pages of a system I work on (I’m not the only developer) a message appears on Google Chrome as the image below: This only happens in Google Chrome, Firefox works normally. The test server…
-
6
votes2
answers265
viewsWhat is the procedure for debugging a "runstack", Javascript or Php via the Aptana browser or IDE?
When we develop a code, it runs on a stack of instructions. Is there any way, through the browser or an IDE, where we can track step by step the processing of the code, and see to what extent it was…
-
6
votes2
answers306
viewsHow does Facebook write color on the browser console?
I need to do something similar to the image below: You can see it when you enter the browser console by going to any Facebook page. I tried to insert HTML into the function console.log(), but it was…
-
6
votes2
answers590
viewsHow to disable Chrome Pop-UP to save passwords?
What would be a method to disable the Pop-Up: Want Google Chrome to update your password to this site? Feel free to choose language, but answer with JavaScript will be the answer accepted. Nota:…
-
6
votes1
answer118
viewsIn Devtools is there any way to capture the entire screen of the site, even if it has scroll?
I’m not looking for Chorme extension or screenshot code etc. I just want to know if this developer tool has some native option of this type. I know if you open the DevTools chrome and press…
-
5
votes1
answer425
viewsLetter "m" in Google Chrome version for Windows
Does anyone know the meaning of the letter "m" at the end of the Google Chrome version? I looked for answers in other places, but I still didn’t get good information. Ex. 32.0.1700.102 m Thanks in…
google-chromeasked 10 years, 9 months ago Vilmar Bispo Filho 75 -
5
votes4
answers5885
viewsHow to smooth the font with CSS in Chrome?
I have a "crackle" font problem in Chrome, IE, it seems that the tips are pixelated. To help, I’m posting two images IE: Chrome: My CSS calling the source: @font-face { font-family: "Helvetica-nw";…
-
5
votes1
answer537
viewsChrome and background Fixed bug
I have the following problem: I have some sections on the page separate in Ivs. Two of these Ivs get an image like background and background-position:fixed, so when scrolling the page the images…
-
5
votes1
answer198
viewsGlobal Differences in Userscripts in Chrome and Firefox
I started programming Userscripts in Chrome and almost all snippets of code I find work, but when going pro Firefox gives problem. In Chrome I use the Tampermonkey and in Firefox the Scriptish…
javascript google-chrome firefox global-variables userscriptsasked 10 years, 2 months ago brasofilo 6,560 -
5
votes1
answer301
viewsError with border Radius Chrome
I have the following structure using the bootstrap and fontawesome .social-rodape{ margin-top: 35px; } .social-rodape ul li a { padding: 10px 12px; border-width: 0; color: #37a8ab; font-size: 30px;…
-
5
votes1
answer206
viewsImage rotation does not work properly in Chrome
I’m trying to use a function in jQuery, and it works well in Firefox but in Chrome it just doesn’t start, gets stuck in the first image and doesn’t go to the others. Could someone give me a light of…
-
5
votes1
answer11856
viewsIs there any way to save edits made in the Inspect element?
Well, as the question says, is there any way I can save locally in my browser the changes made in inspect element?. So that every time I go to that site, it’s edited like I did? The preferred…
-
5
votes0
answers159
viewsHow 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 scheme, just like file://. Instead I want something like new://index.html. I…
google-chromeasked 7 years, 5 months ago luiz inácio 51 -
5
votes2
answers4660
viewsIs it possible to simulate safari in windows?
I was wondering if you have any way to simulate safari in windows, because in some situations the layout that is applied in Chrome does not work right in safari. With this I wanted to know if it has…
-
4
votes1
answer248
viewsjQuery Unique, difference in Chrome and Firefox?
I’m having an unexpected behavior with the uniquejQuery. The following command: var x = [1,2,1,2]; var y = $.unique(x); document.write(y); Chrome results in 1,2 (which is correct), but in Firefox…
-
4
votes1
answer4093
viewsHow to correct serrated source in Chrome?
I’m having a problem with Google Chrome. I don’t know if it’s CSS, but the fonts declared in CSS are getting serrated mainly in Chrome. I have tried the following properties to decrease serration…
-
4
votes1
answer394
viewswindow.open() does not load the page
I am trying to open a link in a new window/tab but when it opens it does not load. Controller: public static Result loadCreateArtigo(){ return ok(request().host()+request().path()); } Javascript:…
-
4
votes1
answer464
viewsjavascript does not load image
I’m making a game in Javascript and the images do not load. When I open the console (F12) no error. This happens in Google Chrome and Firefox. But when I put <img src="imagem.png"> she shows…
-
4
votes3
answers1428
viewsError while breaking page for printing on Google Chrome
I have a page that prints tickets in 3 ways. Each ticket path is within one div with class ticket. After each route, I need to generate a page break. However, when using page-break-after: always; in…
-
4
votes0
answers182
viewsChrome and Opera do not respect cache
Chrome and Opera (same engine as the first) does not respect headers Cache-control and Expires, I mean if it’s a link or interaction within the page works normally, this appears ahead: But if the…
-
4
votes1
answer3926
viewsGenerate PDF Base64
I have an Laravel API that generates a PDF with Snappy dock. Works perfectly on Chrome linux but in windows that has the newest version of Chrome does not work, Chrome only opens a blank page. I get…
-
4
votes1
answer1142
viewsHow to run a script on a page without having to open it in a browser tab or window?
I need to make a web-extension (add-on) that can handle DOM elements, existing events and execute scripts in the context of a page of a website. But I need this to happen in background without the…
-
4
votes2
answers277
viewsWhy does type='date' not work in Firefox?
I was testing a script to calculate interest and realized that my code does not work on Google Chrome, but if I open the same script on Mozilla it works perfectly. I wonder what it might be?…
-
4
votes1
answer174
viewsHow to Simulate Zoom Tweezers (Pinch zoom) in Chrome Dev Tools?
I am working on an interface that will be mobile. Is there any way to simulate the Zoom Tweezers (Pinch zoom) in Chrome Dev Tools? At least from version 59 or later? NOTE: For those who were in…
-
4
votes1
answer65
viewsHow do I make a script work in a specific browser?
How do I make a script work only in a specific browser, for example: that works only in Chrome? And the opposite: block the script from working in a specific browser? What do I have to add to the…
-
4
votes1
answer261
viewsAuto Input Fill in another browser tab via script
Is there any script that sends my input value to the page input I open ? As the example below shows, I need to send the value "12345" to the input of the XYZ page as soon as I click the link to open…
-
4
votes1
answer241
viewsOnkeydown event does not work in full-screen (F11) mode in Chrome
I have a page that has a header. I would like when clicking the F11 button (which leaves the browser in Full Screen mode) the header to be hidden from the page and when I click again, the header…
-
3
votes1
answer157
viewsHow to send messages to open tabs of an app on Chrome
I’m fixing the sync part between the open tabs of my app and remembered that Google Chrome has an API that if I’m not mistaken does exactly what I need, send messages internally in an app. I took a…
-
3
votes1
answer515
viewsHow to access the Clipboard image from the browser?
Does anyone have any idea of how to access the image that is in the Clipboard when we give a Print Screen on any screen? What I need is to have access to the image by giving a ctrl + v in the…
javascript jquery html google-chrome clipboardasked 10 years, 5 months ago Ivan Ricardo Lopes 1,376 -
3
votes1
answer582
viewsGoogle Images Chrome and IE
I’m making an HTML site. When opening the image, in PNG format, in Google Chrome (below) it appears correctly and when opening in IE 11 (above) it appears with pixels <td id="Autorizado"…