Though impractical, I thought it was an evil/funny idea.
µBlock for Firefox
71–80 of 273 posts
Re: µBlock for Firefox
#72Earlier quoted context omitted.
Where do you get the filter list to modify /etc/host ? Or Is there a easier way to get the filter list from ABP or mu-block ?
Quite a few sources actually. Beware, some of them can be too restrictive. If the hosts file is too big, it can also impact performance. http://winhelp2002.mvps.org/hosts.zip (too restrictive) http://hosts-file.net/download/hosts.zip (ad-servers n tracking only) http://hosts-file.net/ad_servers.asp http://pgl.yoyo.org/as/serverlist.php?hostformat=hosts&showi... http://sysctl.org/cameleon/hosts.win http://www.malwared…
I also replace 127.0.0.1 with 0.0.0.0 and duplicate each entry to have it for IPV6 as well, as in this script except I don't do the iptables rules: https://gist.github.com/teffalump/7227752
Re: µBlock for Firefox
#73I have been using µBlock for 3 weeks now.(previously adblock plus). There is one irritating thing it has that almost makes me go back to adblock again. It is often blocking the false positives. So if developer has named one of their assets file with social media names like "twitter/facebook/etc", it blocks the file right away. Since it does not have custom configuration options for each site, you can either disable µ…
µBlock enables Fanboy's social blocking list by default. If you want your Twitter/FB buttons and so forth back, you can turn it off in the subscription options.
Re: µBlock for Firefox
#74From my experience of using this for a few weeks now on Chrome, I would recommend this over AdBlock Plus etc. I haven't done any specific performance tests and personally no numbers to back it up. However, I do have the subjective impression of improvement. I'm using it in combination with µMatrix.
Re: µBlock for Firefox
#75It seems like, if one were an evil web developer, one could thwart blockers like these with a few nasty tricks. Server-side: on each request of a resource, salt all linked resource URIs and encrypt (after the host name) before sending the final document to the client. The resources can still be fetched, because the server can decrypt any requests, but the client has no way of knowing whether a particular resource is…
Re: µBlock for Firefox
#76Re: µBlock for Firefox
#77Earlier quoted context omitted.
I haven't used uMatrix, since I use Firefox, but I can speak for RequestPolicy, which is kind of the same thing basically AFAICS. It's very very very rare that I end up whitelisting everything that's requested on a site. The more you use the extension, the more you learn to recognize what domains you need to allow in order to have the site working as intended, and this way you end up building your own whitelist: allo…
> the more you learn to recognize what domains you need to allow in order to have the site working as intended Sites using cloudflare are a major issue here, specifically their cryptic subdomains. If someone were to hide an ad network behind those they would be hard to tell apart from the rest, at least for humans.
Re: µBlock for Firefox
#78Earlier quoted context omitted.
In the December 2014 issue of Le Monde diplomatique there is an interesting article that investigates future possible press models within the French context: http://mondediplo.com/2014/12/13press (in English, but behind a pay wall). The authors argue that for public interest press (news, investigative journalism, etc), a shared publication and distribution institute/company should be funded by the government. In that…
I agree that journalism is a public good. Having the government fund it sends shivers through my spine. Recently where I live the public broadcasting corp. was threatened with cutbacks due to a perceived slant in coverage. The threats were then carried out after the politician in question was given chairmanship of the parliamentary committee on the budget. That to me is so troublesome I don't consider it viable.
No matter what system we think of, the powers at be will always try to influence the press and information. We can also see that in the current system, where large stakeholders can pressure/influence journalists and publications. I don't think the state has a monopoly here, on the contrary.
Re: µBlock for Firefox
#79Use /etc/hosts blocking if you are worried about CPU and memory. It also works on rooted Android devices.
It is the better approach to not let these requests happen right in the browser, what this plugin does, if I get it right.
A warm and big THANK YOU to the developer of this great software, it is so important and good to see that many developers are helping users to protect against the morally challenged who are stealing the privacy of millions every day.
Re: µBlock for Firefox
#80It seems like, if one were an evil web developer, one could thwart blockers like these with a few nasty tricks. Server-side: on each request of a resource, salt all linked resource URIs and encrypt (after the host name) before sending the final document to the client. The resources can still be fetched, because the server can decrypt any requests, but the client has no way of knowing whether a particular resource is…