Questions tagged as 'google-chrome'

1
answer

Layout of the application hosted on the server [closed]

When I access my application on amazon aws server by IE activating compatibility mode it gets the way I expect it to. WhenIaccessChrome,itdoesnotgetthelayoutdueinanyway: Doesanyonehaveanexplanationforthis?Bootstrapfileonserver: Location: Eve...
asked by 13.01.2016 / 17:43
0
answers

Problems in identifying the file with errors in the chrome dev tools

I have an aspx page, which by chrome dev tools, gives me the following error:    Uncaught SyntaxError: Unexpected token ILLEGAL The problem he points to this line:    prs0101.aspx.561 It turns out that in this file does not have li...
asked by 07.12.2015 / 13:33
0
answers

Chrome update changed size of the input type text

After the last update of Google Chrome the input text that is displayed within jquery dialogs has increased in size in the view. I did some research and tried to fix using the code below: input { -webkit-box-sizing: border-bo...
asked by 19.10.2015 / 18:08
0
answers

How to create a Chrome App shortcut on the desktop via script?

I have an app in Google Chrome and would like to put on my site a link that causes me to create a shortcut on the user's desktop. I know you have create by right-clicking and creating shortcut, but I would like a script to do that. In what la...
asked by 05.08.2015 / 13:38
0
answers

Error in width Firefox

I want to position a div on the site, however in Chrome it appears one way and in Firefox another, ie the div in Chrome positions correctly, but in Firefox it is more to the left than in Chrome and I left the layout . I'm using the following cod...
asked by 27.04.2015 / 00:01
0
answers

How to create a chrome extension that adds code to the page

Extension Safe or not: I need to add in a specific page (preferably) or in any case a simple code is simpler. This works here: var meucode = 'alert("oi");'; var script = document.createElement('script'); var code = document.createTextNod...
asked by 04.03.2015 / 19:42
1
answer

How to capture the HTML of the open page in Chrome with Delphi?

I need to capture through delphi the source code of a particular HTML page that was currently open in google chrome. In Internet Explorer I know how it does, from chrome I do not think anything like it. Any suggestions?     
asked by 12.05.2014 / 04:31
1
answer

Manipulate Google Chrome with VBA

I am creating code that goes into my company's online system, but it can only be accessed by Google Chrome. The code to open Chrome is this: Sub Chrome() Dim GC As Object Dim WebUrl As String Dim NavigatorAddress As String...
asked by 31.05.2017 / 22:27
1
answer

Block Chrome extension

Good afternoon, I developed an EAD platform with courses hosted in Vimeo, but I have the following problem, there are some extensions that can be installed in Google Chrome that allow the download of the video, even applying all the privacy rest...
asked by 18.08.2016 / 14:35
1
answer

Do not allow change in source code

Does anyone know how to not allow change in "values" by inspecting element? ah a few days ago I entered a website and I tried to change the value of an input, but when I clicked ENTER to save, the input value automatically returned to the same c...
asked by 26.02.2018 / 07:04