You're welcome.
I have Herped the Derps.
You may have noticed the HERP DERP checkbox above my blog comments, here. It may make things more tolerable. If you are so moved, you can also herp all the derps on your own WordPress blog.
Tags: fanboys, firstperson, meta, pranks, www
19 Responses:
Comments are closed because this post is 10 years old.
Previously
I noticed a few days ago that clicking on some comment text would toggle between the text and 'herp derp'. I assumed it was some kind of in-joke. I guess you were just testing your plugin.
Yeah, I wrote it a few days ago, but it takes a couple days for a new plugin to get approved in the WordPress SVN repository. When it's Derpy, clicking on a comment toggles back and forth.
A side effect of Derpiness is that links in de-Derped comments become unclickable, and I'm not entirely sure how to fix that, but I also don't care that much.
Hmm. If I uncheck the HERP DERP box after checking it, clicking on comments still DERPs them.
You might need to shield your eyes from some of them.
Yessir.
Apparently this is due to "p.onclick = herpclerk;". It catches clicks of the child "a" element and returns false, preventing the browser to open the link.
in herpclerk(e), you could do a check whether e.target is a P-element or an A-element (or any other), and only do the conversion back to herp derp if it's a P-element.
No, that won't work. Theories without working code are ignored.
Works, tested on Chrome and Opera:
function herpclerk(e) {
var p = e.target;
if (p.tagName == 'P') {
derp (p.parentNode, p.herp != p.innerHTML);
return false;
}
return true;
}
Looks like all-caps words turn in to HERP or DERP, including I. That works for "LALA I CAN'T HEAR YOU" but not "I have Herped the Derps".
Same with A.
Dude I fixed that like 30 minutes ago! That's forever in Web Two Dot Doh years. Reload.
Herp derp derp herp. Derp herp herp. Derp, derp herp derp. Derp herp: HERP.
Always herp the derp.
HURRRRR DURRRRR
I am pleased to see that click-to-derp works fine in Firefox for Android.
Now to make an extension that does this for Youtube comments...
The inkernets are nearly a year ahead of you: http://www.tannr.com/herp-derp-youtube-comments/
You just never click, do you? You win the prize for derpiest herp on this post.
Pray I do not herp them further.
You don't fear derp, you welcome it. Your herp derp must be more severe.