Questions tagged as 'google-chrome'

3
answers

window.showModalDialog does not work in Google Chrome, is there something equivalent?

Hello, I'm trying to open a modal in google Chrome ... The current application already uses window.showModalDialog for years, it works in IE ... I can not make changes using the html 5 dialog tag, there is some other method or a jquey / javascri...
asked by 13.11.2017 / 14:40
5
answers

Disable Save Password in Chrome in JavaScript

Would there be any way to disable the password saving option in Google Chrome, by JavaScript or jQuery? I mean the login password. When my client logs in he appears the option to save the password, and after he has enabled it, he always logs...
asked by 27.03.2014 / 16:13
1
answer

Press "Guide" to search the site?

Recently I went to the SOpt site by Google Chrome and came across an interesting feature that is "Tab to Search "(Omnibox) . In short, typing a website address and pressing the Tab key performs the search directly on a specific site witho...
asked by 28.12.2016 / 14:32
1
answer

Disable download button HTML5 Video

After updating Opera and Chrome, using the video tag, the option to download the video appears as below: Doesanyoneknowhowtodisablethis?I'musingthefollowingcode:<videowidth="800" height="600" controls> <source src="...
asked by 27.12.2016 / 16:32
0
answers

How was Microsoft able to customize the tab title style? [closed]

Looking at new Microsoft page for Windows 10 , at least on Ubuntu 14 / Chrome 43 , I noticed that the size of the source of the flap was bigger than the source of the other open flaps. In Firefox 38, this does not happen. "Win feature...
asked by 03.06.2015 / 14:52
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
1
answer

How can I copy an image to the 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. How do I do this?     
asked by 12.12.2013 / 01:54
2
answers

How do I disable Google Chrome Pop-Up to save passwords?

How would a method to disable Pop-Up:    Do you want Google Chrome to update your password for this site? Feelfreetochoosethelanguage,buttheanswerwithJavaScriptwillbetheacceptedanswer.Nota: AutoComplete='Off' indicates t...
asked by 07.08.2017 / 15:52
1
answer

Multiple select rendering different 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> <option value="opel">Opel</op...
asked by 20.02.2014 / 21:28
3
answers

How to detect the click on the Back / Forward / Reload buttons in Google Chrome

How do I detect when the user clicks the Chrome Back / Forward / Reload buttons? I have already made a scheme to do a check before the user leaves the page through the elements of the page itself but I can not tell when he clicks the buttons...
asked by 26.08.2014 / 18:35