People are using µBlock now for precisely this reason. https://github.com/gorhill/uBlock/wiki/%C2%B5Block-vs.-ABP:-... https://chrome.google.com/webstore/detail/%C2%B5block/cjpalh... https://github.com/gorhill/uBlock
One thing I would like to point out, is that there is a bug currently in Chromium 39 which causes a new memory leak each time the popup UI of an extension is opened: https://code.google.com/p/chromium/issues/detail?id=441500 This affects all extensions. Just so people are informed memory figures won't be too reliable as soon as you opened even only once the popup UI of an extension. (In all my benchmarks I of course…
Adblock Plus is probably the reason Firefox and Chrome are such memory hogs
241–250 of 419 posts
Re: Adblock Plus is probably the reason Firefox and Chrome are such memory hogs
#242Earlier quoted context omitted.
Flashblock is not needed on Chrome - go to settings/advanced/content settings/plugins and select "click to play". Now flash will not run automatically. But you can decide to click on something and allow it to play if you want. Works great - no plugin needed.
Same in Firefox. https://blog.mozilla.org/security/2012/10/11/click-to-play-p... Though I just never bothered installing Flash. If I need Flash for a site, I use Chrome (which comes with Flash embedded, I believe).
Re: Adblock Plus is probably the reason Firefox and Chrome are such memory hogs
#243Earlier quoted context omitted.
Having to pay to visit all of the sites out there which are currently using ads would pretty much ruin the internet for most people. Having a big banner at the top asking for donations seems to work rather well, though. See gnu.org and wikipedia.org for examples (though Wikipedia's donation campaign this year is a bit excessive IMO).
FYI, you can hide the Wikipedia donation campaign banners by putting this in a userscript that @matches http://*.wikipedia.org/* : setTimeout(function() { fundraisingBanner.hide(); }, 1000);
Re: Adblock Plus is probably the reason Firefox and Chrome are such memory hogs
#244Earlier quoted context omitted.
That could actually be a novel technique against ad blocking. Make the website dysfunctional if the ads can't be displayed.
Yeah, having an option to pay for the site instead would just be crazy.
Re: Adblock Plus is probably the reason Firefox and Chrome are such memory hogs
#245Earlier quoted context omitted.
Together with umatrix ( https://github.com/gorhill/uMatrix/ ) are the best chrome extensions Since I went back to firefox those are the only extensions I really miss, there is policeman ( https://github.com/futpib/policeman/ ) but it's not as good as them yet To whoever develop extensions, please don't focus only on chrome, firefox during the last months has become must better that it was before, if developers only c…
As my paranoia ramps up year on year, I now use Opera with µBlock. For me, it has the polish of Chrome with some nice extras, but without the increasingly creepy Googality. It works fine, although I've not tried µMatrix. (I have my defaults changed to DuckDuckGo. Usually connecting via a VPN.) I've whitelisted a few sites I like to support (a couple of webcomics, HaD etc). I have a lot of filters: "62,501 network fil…
Re: Adblock Plus is probably the reason Firefox and Chrome are such memory hogs
#246Earlier quoted context omitted.
Effectively you're asking for all document.createElement calls to be blocked. Those are used for all sorts of things that aren't ads or popups. Blocking that would probably cause a very large percent of pages to be completely broken.
So there's no explicit way to distinguish between "new window" calls from other types of calls? I'm kind of shocked that, with all the effort that's been put into browsers in recent years, that the ability to "create a new window" hasn't been removed entirely from the API without explicit user consent. Again, I can't think of a single site that uses this feature legitimately.
https://addons.mozilla.org/en-US/firefox/addon/strict-pop-up...
Re: Adblock Plus is probably the reason Firefox and Chrome are such memory hogs
#247All browsers became huge memory hogs lately, but I'd rather have 100MB+ of RAM just for Adblock than blinded by ads (of which a lot are malicious).
Re: Adblock Plus is probably the reason Firefox and Chrome are such memory hogs
#248Firefox gets slower with every update - and it's certainly not Addblock plus that's at fault (although yes, addblock plus has a very inefficient implementation.) If you use Chromium I recommend HTTPSwitchboard.
Re: Adblock Plus is probably the reason Firefox and Chrome are such memory hogs
#249I'm using RequestPolicyContinued. Using a whitelist for third-party requests seems to do a lot of the heavy lifting so that my Adblock Plus filters are limited to a handful of specific things I don't want to see.
Re: Adblock Plus is probably the reason Firefox and Chrome are such memory hogs
#250Noscript is not an option anymore. Too many sites rely on javascript. I'll take the memory hit every time to use adblock.