Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Chrome

Sound Plays Every Other Time The Video Plays In Chrome

In chrome (7.0.517.44) I am using the tag and the audio will only play every other time the video … Read more Sound Plays Every Other Time The Video Plays In Chrome

Date.format In Chrome 5

I'm experiencing something really strange with my javascript in chrome with Date().format. If I… Read more Date.format In Chrome 5

Unreadable Text Using Setcustomvalidity On Password Field In Chrome

If I set an error message using setCustomValidity on an html5 form password field, it pops up as bu… Read more Unreadable Text Using Setcustomvalidity On Password Field In Chrome

"your Browsing History" On Google Chrome Extension

So I wrote a Google Chrome extension. All I want to do is provide the ability to open a new tab of … Read more "your Browsing History" On Google Chrome Extension

Window.getselection Returning Undefined Or Null

This is probably a very beginner question, but I'm about to pull my hair out because I can'… Read more Window.getselection Returning Undefined Or Null

Html5 Video Strange Rendering Error In Chrome

I'm trying to create something where when a user clicks on a miniature version of a HTML5 video… Read more Html5 Video Strange Rendering Error In Chrome

Chrome Extension: Detecting Keypresses In Google Docs

Hey my friends and I new to javascript and are encountering problems with some code. Currently we&… Read more Chrome Extension: Detecting Keypresses In Google Docs

Chrome Extension - Best Method Of Reducing Load Time While Using Content Scripts

I'm building a chrome extension that is supposed to look through an array of over 12,000 values… Read more Chrome Extension - Best Method Of Reducing Load Time While Using Content Scripts

Highlight Row When Clicked On Button

I am using following script to highlight row when I clicked edit button of that row. I am passing I… Read more Highlight Row When Clicked On Button

Encapsulate Activex For Javascript

I'm trying to develop an website that can use a specific mailing program (lotus-notes), but to … Read more Encapsulate Activex For Javascript

Strange Page Bug On Firefox

I'm using Choosen and Twitter Bootstrap in my project. Here is jsfiddle http://jsfiddle.net/Wex… Read more Strange Page Bug On Firefox

Chrome Extension - Js Function Is Unrecognizable

I'm new to chrome extensions development. I'm trying to build a very basic extension just t… Read more Chrome Extension - Js Function Is Unrecognizable

How To Change All Links In An Ajax Driven Page?

I have a userscript that modifies the href of all applicable links on an an IP-direct, Google searc… Read more How To Change All Links In An Ajax Driven Page?

Moving A Rotated Element In The Direction Of The Rotation In Javascript

This is a problem where firefox works just fine, while chrome has the problem. Opera has additional… Read more Moving A Rotated Element In The Direction Of The Rotation In Javascript

Detect Page Refresh Or New Load Using Php Or Javascript

How to detect tab close in browsers using PHP or Javascript. In other words, How to find if page is… Read more Detect Page Refresh Or New Load Using Php Or Javascript

D3 Workaround For Svg Transform In Chrome

I've created an inner dimension to cut off plotting in d3. Here is the code: var svg = d3.selec… Read more D3 Workaround For Svg Transform In Chrome

File Input In Chrome Extension Popup

I want the user to be able to upload text files as input through the browserAction popup for my ext… Read more File Input In Chrome Extension Popup

Handle Xmlhttprequest Response With Large Data

Using Chrome, I setup a XMLHttpRequest: const xhr = new XMLHttpRequest(); xhr.open(method, url, tru… Read more Handle Xmlhttprequest Response With Large Data

Javascript Popup Chrome 'save As'-deactivated? Why?

I am opening an popup in Javascript with: function popup(title,w,h,site) { x = screen.availWidt… Read more Javascript Popup Chrome 'save As'-deactivated? Why?

How To Launch A Chrome App From A Chrome Extension?

Typically an app is opened from chrome://apps/ or in the button Chrome apps, but how would from an … Read more How To Launch A Chrome App From A Chrome Extension?