Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Hi, I was wondering if you could help me generalize this script so I can alter it to change... well, add, really... a favicon to a forum I use a lot? I'd also like one to change the google favicon back to the old one. I hate the new one! I haven't programmed since high school, so the most I've been able to make so far for greasemonkey was a script to change some page titles :-/ |
|
|
X1011 check out my update to this script:
Steven, my update is all yours if you want it.
|
|
|
Soapynebula;
PHP has the base64_encode() and base64_decode() functions.
Ruby has the b64encode() method ( http://www.ruby-doc.org/stdlib/libdoc/base64/rd... ) Python uses b64encode() as well. And perl uses encode_base64() ( http://perl.active-venture.com/lib/MIME/Base64.... ). Enjoy. |
|
|
you should make the corner pixels transparent instead of white. |
|
|
Wow, i wondered where you were hosting this favicon, so i looked at the source and it's genious! We're hosting it within greasemonkey! I'd never seen anything like that before! Awesome! Mind telling me how you convert images into that base64 thingy? Love the script, too. Cheers |