Metafilter filtered November 30, 2005 7:28 AM Subscribe
This page takes metafilter to a whole new level of enjoyousness. I bet that guy was up all night working on it.
posted by spinoza to bugs at 7:28 AM (54 comments total)
er... I bet he wasn't. posted by crunchland at 7:31 AM on November 30, 2005
Make it say pee...MAKE IT SAY PEE!
BBQPPT! posted by tpl1212 at 7:41 AM on November 30, 2005
I dunno who wrote it in what language, but it's pretty trivial in javascript using th DOM:
var li = document.links ;
for( var i = 0 ; i < li.length ; ++i ) {br>
var c = li[ i ] ;
while( c.firstChild ) c.removeChild( c.firstChild ) ;
c.appendChild( d.createTextNode( "poop" ) ) ;
}
Serious vegetarians know to keep on the lookout for poop in their beer.
This is true, actually. The problem is that not too few vegetarians are adequately serious. posted by soyjoy at 7:43 AM on November 30, 2005
Arrgh. Mactt, make the live preview march what's actually posted.
I dunno who wrote it in what language, but it's pretty trivial in javascript using the DOM:
var li = document.links ;
for( var i = 0 ; i < li.length ; ++i ) {
var c = li[ i ] ;
while( c.firstChild ) c.removeChild( c.firstChild ) ;
c.appendChild( d.createTextNode( "pee" ) ) ;
}
BTW, there is no way to get to the project detail page (e.g. this project also on cutup.org) from the project archives. So, unless I'm mistaken, there are no links to the vote info page for projects which have rolled off the front page anywhere on the site. posted by If I Had An Anus at 7:59 AM on November 30, 2005
Curious. It looks like the "...lights, sounds, rhythms" link and "That'll teach 'em" and one or two others weren't converted to excrement.
I thought this might be editorializing, but the "Read more..."s on the sidebar aren't converted either. I wonder if the punctuation inside of the anchor tag is throwing off the parser. posted by nobody at 8:02 AM on November 30, 2005
The "Read more..." links actually come from an outside server. The others seem to have italics in common. posted by If I Had An Anus at 8:08 AM on November 30, 2005
[this is poop] posted by agropyron at 8:10 AM on November 30, 2005
MetaFilter is simple (press 0 for operator) but others, like MetaFilter , are tricky (press ****) and MetaFilter is downright cryptic (option 1, xt 7266966, option 1, option 4, option 4).
Malckovich? Malkovich Malkovich Malkovich! posted by Godbert at 8:41 AM on November 30, 2005
This is much funnier.
"...lights, sounds, rhythms, pulsating your MetaFilter , moving your body, we all know MetaFilter , MetaFilter MetaFilter" posted by Plutor at 9:08 AM on November 30, 2005
poop via poop posted by poop posted by TimeFactor at 9:08 AM on November 30, 2005
spot on, papercake posted by soplerfo at 9:57 AM on November 30, 2005
Ahhhh! I'm being re-mashed! Err, it's a mix up!!
I DEMAND THAT YOU CEASE AND DESIST AND GET YOUR FILTHY POOP SCRIPTS OFF OF MY COPYRIGHTED err... Timothy Leary quote. posted by loquacious at 10:07 AM on November 30, 2005
I mean, I thought they were. I know that when I was manager of support at Illuminati Online, I only hired support personnel who refused to answer the telephone. Things went much more smoothly that way. posted by Ethereal Bligh at 1:25 PM on November 30, 2005
Does everybody poop? posted by TwelveTwo at 2:00 PM on November 30, 2005
function comedy()
{
document.body.innerHTML = document.body.innerHTML.replace(/<a href="(.*?)">(.*?)<\/a>/ig, '<a href="$1">poop</a>');
}
Happy sleeping America, and now where's my poop . posted by brundlefly at 2:08 PM on November 30, 2005
God damn you, EB, I spent six solid months calling Illuminati Online, and only now do I find out why I never got an answer. posted by languagehat at 2:27 PM on November 30, 2005
Boy, this place just gets cleverer and more erudite all the time, don't it? posted by stavrosthewonderchicken at 3:14 PM on November 30, 2005
I'm not suggesting that you're not smart guys, because those are not easy to tie. posted by holloway at 3:33 PM on November 30, 2005
posted by crunchland at 7:31 AM on November 30, 2005