Skip to content

Instantly share code, notes, and snippets.

View jdenoy's full-sized avatar
🏠
Working from home

Johan Denoyer jdenoy

🏠
Working from home
View GitHub Profile
(function($) {
function parseImagesFromCSS(doc) {
var i, j,
rule,
image,
pattern = /url\((.*)\)/,
properties = ['background-image', '-webkit-border-image'],
images = {};
if (doc.styleSheets) {