Questions tagged as 'google-chrome'

2
answers

Is it possible to simulate safari on windows? [closed]

I wanted to know if there is any way to simulate safari on windows, because in some situations the layout that is applied in chrome does not work right on the safari. With this I wanted to know if you have how to use the safari without necessari...
asked by 21.08.2017 / 16:07
1
answer

Images google chrome and IE

I'm making a website in HTML. When opening the image, in PNG format, in Google Chrome (below) it appears correctly and when opening in IE 11 (above) appears with pixels <tdid="Autorizado" class="Title" > <a href="Autorizado.php" id=...
asked by 16.05.2014 / 16:27
3
answers

Chrome [v44] - Bug on tables inside a div with overflow

In the new version of Chrome (version 44) the tables are not behaving in the same way that the other versions of the table behaved. Expected: Result: Whenyouresizethescreen,thebrowsercalculatesthewidthofeachtdbyadjustingitswidthtocontainthec...
asked by 24.07.2015 / 20:29
1
answer

XSS - Prevention works on IE but does not work in Chrome

By preventing an XSS attack (alert (123;)) using the Html.Encode the code on screen is as follows: <select class="combobox" id="xssSelect" name="cmbXss"> <option selected="selected" value="1">&lt;script&gt;alert(123;)&...
asked by 08.06.2015 / 23:14
1
answer

What technique does this website use to consume all the processing power of the machine?

This site: link has a system to create an automatic equipment build, it will test all possible equipment until it reaches the conclusion of which was better in the character. There is an option to use more than 1 core of the processor, and whe...
asked by 18.11.2018 / 06:59
3
answers

How to reload the browser (Chrome) without cache, besides the disable cache?

Selecting the "disable cache" sometimes is not enough for the browser to not search javascript in the cache. Or even incognito. Some time ago I used a way that showed the option to empty the cache on the reload button of the page, but I do...
asked by 29.09.2017 / 21:55
1
answer

Generate Base64 PDF

I have a laravel API that generates a PDF with laravel snappy. It works perfectly in chrome linux but on windows that has the newer version of chrome does not work, chrome only opens a blank page. I get base 64 like this: window.open('da...
asked by 30.08.2017 / 23:50
1
answer

How to know what CSS is being used by a page?

By the inspector of the google-chrome is It is possible to know which CSS 's is not being used, as shown in the image below: The question is:    How do you know what CSS is being used by a particular page?     
asked by 08.10.2015 / 23:04
1
answer

Set Google Chrome homepage programmatically

To set the homepage of Internet Explorer, we can do as follows: REG ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /V "Start Page" /D "http://www.google.com/" /F But for Google Chrome things get complicated and I do not know the right...
asked by 23.12.2014 / 01:36
1
answer

Can you determine a line of code for each browser?

I want in Google Chrome my site has width: Xpx; and in Safari it has width: Ypx; , is it possible?     
asked by 18.02.2015 / 18:47