Questions tagged as 'google-chrome'

1
answer

How to find out what actions an element has when it is clicked?

I would like to know if you can create a script that shows me the actions of a certain element when it is clicked, or else you can debug it in the Chrome console, for example. Something that would tell me, for example, what function the click...
asked by 23.12.2014 / 14:05
1
answer

how to show the extended output of a loop on the console

I have a very simplistic example of code. Follow Ex.: for(var i = 0; i < 5; i++){ console.log("alguma coisa"); } In Chrome DevTools does not appear well the output I expected, the output is somewhat analogous to the repre...
asked by 13.12.2018 / 23:58
1
answer

Remove form yellow background after autocompletion

Good night, according to the image below, does anyone know how to not leave the background yellow after a chrome autofill ??? I have already seen some ways to change the color, but keep the original background did not find, even if I change the...
asked by 22.05.2018 / 04:16
2
answers

Last position of a string

I have the following code: var elements = document.getElementsByTagName('*'); for (var i = 0; i < elements.length; i++) { var txt = elements[i].innerHTML.replace('Estoque1', 'Estoque Vencido'); } It captures all page tags, and...
asked by 18.06.2014 / 16:09
1
answer

Disable Jquery button in Chrome

I want the button to be disabled during the ajax request and the loading icon appears. I made the following script: $(document).ready(function(){ //Clicar no botão deletar selecionadas $('#deleteSelecionados').click( function () {...
asked by 02.02.2015 / 22:10
1
answer

Create a shortcut through the Browser

Is it possible to create a shortcut through the browser? Be that as, if it's with JavaScript, Java, or anything that makes it possible. I need to create a shortcut on the user's desktop through the browser, in the same way that Chrome does wh...
asked by 22.01.2015 / 13:41
1
answer

angularJS $ http.get (localhost / test) does not work in Chrome

In my controller I have a $http.get(http://www.testesitelocal.com:18888/teste_json) which returns me the values of the test JSON. I make this request on my local machine. In Webview I did in JavaFX this works normal, but in Chrome it does...
asked by 25.02.2014 / 13:26
1
answer

Chrome Extension x Delphi

Does anyone know how to communicate an extension created for CHROME with DELPHI? How to send DELPHI commands to this extension OR vice versa? Follow the extension code that captures the current ABA code. function DOMtoString(document_roo...
asked by 16.05.2014 / 02:51
1
answer

Uncaught SyntaxError: Unexpected token in JSON at position 0

In my html I'm using a Javascript to try to retrieve a saved Json object in the localStorage. I'm using Google Chrome. First I get the value of the "name" attribute of my Json object that is in the localStorage, via form, and then execute the...
asked by 23.04.2018 / 03:41
2
answers

Is 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 any changes made to the preview element? That is so that whenever I go to such a site, is that edited like I did? The preferred browser would be Google Chrome. T...
asked by 23.10.2016 / 21:43