Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

I love you moot

Name: Anonymous 2011-01-18 17:04

textarea, input, hr {
    color:#000000;
    background:#000000;
    border: 0px #000000 solid;
}

img {visibility:hidden;}
input {visibility:hidden;}
.pages {visibility:hidden;}
#recaptcha_area {visibility:hidden;}
body center {visibility:hidden;}

body {
  font-size:12pt;
  background:#000000;
  color:#000000;
}
a {
  background:inherit;
  color:#000000;
  font-family:serif;
  visibility:hidden;
}
a:visited {
  background:inherit;
  color:#000000;
  font-family:serif;
}
a:hover {
  color:#000000;
  background:inherit;
  font-family:serif;
}
a.quotelink {
  background:inherit;
  color:#000000;
  font-family:serif;
}
.logo {
  clear:both;
  text-align:center;
  background:inherit;
  font-size:24pt;
  color:#000000;
  width:100%;
}
.postarea {
  background:inherit;
}
.rules {
  font-size:10px;
  font-family:sans-serif;
}
.postblock {
  background:#000000;
  color:#000000;
  font-weight:800;
}
.footer {
  text-align:center;
  font-size:12px;
  font-family:serif;
}
.unkfunc {
    background:inert;
    color:#000000;
}
.filesize {
    font-size:16px;
    font-family:serif;
    text-decoration:none;
}
.filetitle {
    background:inherit;
    font-size:18px;
    font-family:serif;
    color:#000000;
    font-weight:800;
}
.postername {
    background:inherit;
    font-size:16px;
    font-family:serif;
    color:#000000;
    font-weight:800;
}
.postertrip {
    background:inherit;
    font-size:16px;
    font-family:serif;
    color:#000000;
}
.oldpost {
    background:inherit;
  font-family:serif;
  color:#000000;
  font-weight:800;
}
.omittedposts {
    background:inherit;
  color:#000000;
}
.reply {
    background:#000000;
    color:#000000;
    font-family:serif;
}
.replyhl {
    background:#000000;
    color:#000000;
    font-family:serif;
    visibility:hidden;
}
.doubledash {
     vertical-align:top;
    clear:both;
    float:left;
}
.replytitle {
    background:inherit;
    font-size:18px;
    font-family:serif;
  color:#000000;
  font-weight:800;
}
.commentpostername {
    background:inherit;
  font-size:16px;
  font-family:serif;
  color:#000000;
  font-weight:800;
}
a.quotejs:active,a.quotejs:link,a.quotejs:visited {
  color:#000000;
    text-decoration: none;
}
a.quotejs:hover {
  font-weight:bold;
}
.tn_thread {
  width: 200px;
  height: 100px;
  margin: 0px 20px 20px 20px;
  float: left;
  background: #000000;
  border: #000000 1px solid;
  text-align: center
}
.tn_reply {
  width: 100px;
  height: 100px;
  margin: 0px 20px 20px 20px;
  float: left;
  background: #000000;
  border: #000000 1px solid;
  text-align: center
}
.adHeadline {font: bold 10pt serif; text-decoration: underline; color: #000000}
.adText {font: normal 10pt serif; text-decoration: none; color: #000000}

Name: Anonymous 2011-01-19 9:03

>>17
No. IHBT, by Chrome. All the content management plugins are utter garbage. They work by injecting javascript onto the loaded page asynchronously. So you're subject to race conditions where something might get through before the extension has a chance to block it.

It's also grossly inefficient, up to the point where Chrome becomes the slowest of all browsers (when using a large block list, such as EasyList). You'll notice it very easily when opening several tabs quickly one after another.

Go ahead, right click anywhere -> Inspect element -> Scripts -> here are each of your shitty "extensions" (in blue), loaded on each tab.

I just measured with AdBlock+, 10 tabs: enabling the extension made it eat 210MB of extra committed private memory in total. (In case this wasn't clear the blocklist is loaded individually in each tab, including the javascript and its JIT-generated code, and the JIT-generated compilation of the blocklist regexen).

There are bugs for this: crbug.com/16932 which was abandoned in favor of crbug.com/35897 but obviously Google doesn't want to fix it, even though AdBlock for Chrome has twice as many users as the second most popular extension. Enjoy your ads, Google sure as hell will.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List