1
Name:
Anonymous
2015-04-18 13:28
does anyone want to write an adblocker together?
2
Name:
Anonymous
2015-04-18 14:24
3
Name:
Anonymous
2015-04-18 14:29
Browser plugins create bloat and only block traffic for your browser. Suckless blocking is better.
http://surf.suckless.org/files/adblock-hosts Is there a way to make it better and more suckless? I don't know.
4
Name:
Anonymous
2015-04-18 14:52
>>3 That's an ancient technique, what's with all this suckless advertising lately?
5
Name:
Anonymous
2015-04-18 15:15
>>2 haha no
>>3 how does this compare to ad blocker browser extensions?
6
Name:
Anonymous
2015-04-18 15:39
Proxomitron, Proximodo, Privoxy, etc...
7
Name:
Anonymous
2015-04-18 16:57
>>5 hosts file is looked at before DNS, blocking at that level means no traffic ever reaches the ad server.
8
Name:
Anonymous
2015-04-18 17:11
>>7 It is also global, queried for every local DNS lookup and thus
SLOW AS SHIT .
Host files are complete overkill for this.
9
Name:
Anonymous
2015-04-18 18:54
>>8 If the host file is parsed once and converted into a look up table, it's as fast as a browser extension could be.
10
Name:
Anonymous
2015-04-18 19:07
>>8 It's a known issue if you're using windows, but who here does that?
11
Name:
Anonymous
2015-04-18 20:31
>>8 overkill is meaningless
How does linux treat /etc/hosts?
12
Name:
Anonymous
2015-04-18 20:33
13
Name:
Anonymous
2015-04-19 5:38
>>11,12 Yes, by default it just parses /etc/host each time.
But you can install a local DNS cache daemon, which improves performance significantly, such as bind9 (da standard w/ DNSSEC support) or dnsmasq (lightweight). Not only does it cache /etc/hosts, but also keeps a cache of all lookups, so it helps with browsing performance in general.
14
Name:
Anonymous
2015-04-19 5:40
Have you violated the Computer Fraud and Abuse Act today?
15
Name:
Anonymous
2015-04-19 5:44
>>3 what's with all this suckless advertising lately? Suckless is like Anonix, but it actually delivers.
16
Name:
Anonymous
2015-04-19 6:19
/⌒\ __ /⌒:, / / > "´_ `` < \ ′ / 厂 厂 .:′ \} , .′ / / /`| l :, ′ / / //| |ハ, | | | |-=彡/ |′! | i| | | | | 〃 | > L |八 | | :, _ノ 从 八`ー‐\厂‐一'ハ| | \ / \ 爪_芳ミ 爪_芳Y :, \ \ ノ |.:.:. , .:て:.| \ / ヽ 人 人 フ人 ,xく / '. \L..≧ ≧ ´ ’ イ ≦..ノ / / / 〉 厂ノ ‘く\ / \ \ 「 ̄ ̄ ̄ / f | \  ̄ ̄} / \ 〃人 | ̄`ヽ ´ ̄| 人,ハ / 八 ハ| |/ / |\ / V :, / ; ∨ | \ \ / ′ / / :, / ,ハ{ '. / }/| /⌒ ーく \ \ }ー/ / ノ /⌒\ ⊂nnnn }\ 八 ̄ Y^Y  ̄八/ nnnnつ L|_|_|_|,x ´ 厂 /人人\  ̄八 \L|_|_|,」 \_,人_,/| 八 |\,/| \_,/ / L./ |\」 :. .′ } :, /^ ー- .. __ .. -‐'^:, j\ /| / l` ー――――一 ´| , ′ | ! | l | ′ ; | | | :, / | | | :, ′ / / | , ′ \ \ / ; | ′ :, / \,/ .′ | l }/ `T ー-| | | _,/| :,  ̄ ̄|`L.. /´ ̄ ; ′ | | ,′ '. | | .′
18
Name:
Anonymous
2015-04-19 14:23
>>16 >>17 uh sorry but this was stolen from loung where I originally posted it . YOU CANNOT REPOST IT. Delete this asap or I will file a CFAA.
19
Name:
Anonymous
2015-04-19 14:24
This is adblocking with /etc/hosts/
https://i.imgur.com/YJJEyuW.png I really like the tips
>>13 is giving but I think we need both null routing advertisers AND deleting elements from webpages.
21
Name:
Anonymous
2015-04-19 15:48
>>16,20 Looks like Komachi wearing casual clothes.
22
Name:
Anonymous
2015-04-19 16:22
>>21 It does now that you mention it.
23
Name:
Anonymous
2015-04-19 21:57
24
Name:
Anonymous
2015-04-20 2:50
You could just use suspicious proxies that ad servers blacklist because they don't want to be cyber attacked.
26
Name:
Anonymous
2015-04-22 23:49
>>21 casual clothes That's obviously a school uniform,
baka .
27
Name:
Anonymous
2015-04-23 1:11
>>26 But it's tied at her waist, she's wearing it
casually
28
Name:
Anonymous
2015-04-23 10:14
Redirect all IPs to localhost. That'll block the ads.