Category "google-chrome"

Iframe in Chrome error: Failed to read 'localStorage' from 'Window': Access denied for this document

I have a web app which uses localStorage. Now we want to embed this web app on other (third-party) sites via iframe. We want to provide an iframe embed similar

Programming on chromebook

I am very new to programming and am currently learning on Codecademy.com So I got a dell Chromebook recently, running chrome OS but back on my old pc running w

Chrome application mode: blurry bad taskbar icon

when running chrome --app=file://path_to_local/index.html it gives blurry zoomed taskbar icon, which is not convenient I tried different sizes for favicon, but

How Chrome dev tools shows cookies

When I open the resources panel of Chrome's dev tools, I see a ton cookies set across many domains. I understand the definitional difference between a first par

HTML5 datalist in Android Chrome

I have an HTML5 datalist working in Chrome (desktop) but when using the same input in Android and the latest Chrome, auto-completion no longer works. Is this f

Inspecting drop down menus in new Chrome

I'm on Chrome Version 41.0.2272.101 m (newest), and this update is messed up. They put it, when you have inspector open, that any DOM change will flash with pur

Chrome ignores autocomplete="off"

I've created a web application which uses a tagbox drop down. This works great in all browsers except Chrome browser (Version 21.0.1180.89). Despite both the i

Trailing comma in JavaScript function call

I'm trying to follow the JS code style defined by Airbnb. The rule on trailing commas for function call arguments states: 7.15 Functions with multiline sig

Send Discord Embed to Webhook with XHR Request

I am writing a chrome extension in which an embed should be sent to a discord webhook. In chrome extensions, you can't import modules, so I must use XMLHttpRequ

Javascript execution tracking in Chrome - how?

I have ~ 100-200 javascript functions loaded on a web-site. I want to determine what javascript function is executed when i click one item or another in Google

Data is not persisting for IndexedDB using Flutter and package Hive on web(chrome) browser

I'm using the flutter package Hive The problem that I am encountering is that my website's data is not persisting for IndexedDB - web(chrome) Has anyone else en

Saving ArrayBuffer in IndexedDB

How can I save binary data (in an ArrayBuffer object) into IndexedDB? The IndexedDB spec doesn't mention ArrayBuffer - does that mean that is not supported (a

Chrome://inspect displaying device though not displaying any opened tabs

I am trying to utilize chrome for remote debugging of an android web application. I am unable to get any open tabs from the device to show under chrome://inspec

Need to remotely open Chrome Settings Help in foreground using PowerShell

I have a requirement to run a script everyday and automatically update "Chrome Browser" if a new version is released. I am using a PowerShell script that goes l

chrome Back-forward Cache disable because App Banner was present upon navigating away

chrome Back-forward Cache disable because App Banner was present upon navigating away. EmbedderAppBannerManager when I remove manifest.json its work fine

Embed wmv in all Chrome, IE and Firefox

The code below works in IE, Firefox but not Chrome. What change is necessary to make it work in Chrome. Chrome says "No plug-in available to display this cont

how to display web browser console in a webpage

I just want to create the same replica what we have seen on the web console, there is any option for that? I am making a debugging tool so I want to show all t

Getting Chrome to accept self-signed localhost certificate

I have created a self-signed SSL certificate for the localhost CN. Firefox accepts this certificate after initially complaining about it, as expected. Chrome an

Is there a way to style Google Chrome default PDF viewer

Is there a way to style google chrome default pdf view? I'm trying to change the gray background color to white also make the scroller little bigger for mobile

Using Chrome, how to find to which events are bound to an element

Lets suppose I've a link on my page: <a href="#" id="foo">Click Here</a> I don't know anything else, but when I click on the link, an alert("bar"