"clean" browser: 185 requests, 731KB, 25.38s
W/O ABP, W/noscript: 171 requests, 576.7KB, 1.86s
W/ABP, W/O noscript: 162 requests, 605.5KB, 1.89s
WITH ABP + noscript: 148 requests, 575KB, 893ms
There were various other JunkBuster features, but the above would give you some idea of the scope of it.
The JunkBuster site is no longer maintained, and JunkBuster was largely superseded by GuideScope, and that was later superseded by NoScript and AdBlock - which do not send requests to the server to NOT send specific advertising-related material. That is, they don't help your bandwidth any.-IainB
Huh?
Do you have any detailed information on this? I don't see how you can "tell the server not to send advertising stuff"; there's nothing related to this in the HTTP protocol, and servers don't send stuff they haven't been requested to send - it's your browser pulling rather than the server pushing.
OTOH, AdBlock and friends actually do get you bandwidth savings - this is pretty easy to verify using FireBug's "Net" tab that shows which URLs get fetched, including content size and loadtime. Here's some stats for loading
http://www.eb.dk :
"clean" browser: 185 requests, 731KB, 25.38s
W/O ABP, W/noscript: 171 requests, 576.7KB, 1.86s
W/ABP, W/O noscript: 162 requests, 605.5KB, 1.89s
WITH ABP + noscript: 148 requests, 575KB, 893ms
Those are full reloads - if cache had been used, FireBug would should that.
When requesting a page, you obviously grab the entire contents for the
requested page (index.html, foo.php, yomomma.asp or whatever) - so if there's embedded HTML ads, those might be blocked but you won't get bandwidth savings... but that's not really the sinner anyway, the external flash/image based crap is. The good news is that for stuff AdBlock filters out, HTTP requests won't be made.
Also, note the extremely long load-time when loading the site without any script or ad blocking - this site is loaded, rendered and ready to use well before that, it's all the background ad-server tracking that isn't done before those 25s have elapsed.