Preventing secondary "resource" http requests

Hey Gang,

Got a curious problem… I’m doing some data processing and I need to pull data out of html snippets. Works fine, but when I load in the html it’s wanting to make a bunch of secondary http request for resource files, images, css, etc. which slowes the process down. My loads go from 40b to 350b.

is there a way to prevent the browser, or jquery or javascript, or whatever is forcing the load of these assets to just knock it off?

Thanks,
Graffy

Simply delete all the images, CSS, and javaScript out of the HTML so that it doesn’t request them.