I’ve stumbled across exclusive pictures of Jeeves the butler back at Ask! Is his retirement over?
// Image lost. Sorry. Zooomr ate it. //
I guess the man has been interviewing around as I also spotted him at Yahoo!
// Image lost. Sorry. Zooomr ate it. //
Checking out Google, I found that they interviewed Jeeves but have gone with Mr. T. That’s right, only the best results fool!
// Image lost. Sorry. Zooomr ate it. //
By now, you may feel my exclusive pictures are, um, fake. Well, not everyone is happy to see Jeeves go. So, with a little bit of code, you can add Jeeves back into Ask.com. Or add Jeeves to Yahoo, Mr. T to MSN, Sponge Bob to Google or a banana to Ask. Whatever you’d like.
Here’s how:
Step 1: Get an addon so that you can create custom CSS styles for your browser. Stylish for Firefox, SafariStand for Safari, no idea for Internet Explorer. Note: Only tested in Firefox.
Step 2: Enter the code.
/* ask */
#ask {
background: no-repeat url(http://static.zooomr.com/images/9df93fa31f8819e0e19f178ad03ce5e59d6d8201.jpg);
padding-left:100px;
}
/* google */
form {
background: no-repeat
url(http://static.zooomr.com/images/9df93fa31f8819e0e19f178ad03ce5e59d6d8201.jpg) center top;
padding-top:100px;
}
/* msn */
#form {
background: no-repeat
url(http://static.zooomr.com/images/9df93fa31f8819e0e19f178ad03ce5e59d6d8201.jpg) right top;
padding-left:300px;
}
#hplogo {
padding-left:300px;
}
/* yahoo */
#yschdoc {
background: no-repeat
url(http://static.zooomr.com/images/9df93fa31f8819e0e19f178ad03ce5e59d6d8201.jpg) left top;
}
Note: You’ll need to change the image to point to one of your own.
Step 3: Test it out!
Now you can feel better when you search as Jeeves, or Mr. T or whatever, is watching over you. 😀