Skip to content

Instantly share code, notes, and snippets.

View yzzordorex's full-sized avatar

Aimee yzzordorex

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