Ok basically the smilies on bebo are peeing me off.
So i started writing this greasemonkey script to replace them with nicer ones
But it doesnt work..
"permission denied to call method Location.toString"
"missing ) after argument list"
heres code i got
Any help please?Code:// ==UserScript== // @name Bebo Smilies // @namespace http://www.mrcraig.net // @description Converts bebo smilies into more visually appealing ones // @include http://www.bebo.com/* // ==/UserScript== var str = document.getElementById("content_Comment").innerHTML; var str = str.replace("<img src="http://s.bebo.com/img/smiley_wink.gif" alt=";)" />",""); document.getElementById("content_Comment").innerHTML = str;
Im only trying to replace the wink smilie with blank to try this out before i do all of them
Thankyou
Craig.
Edit by Robbie! (Forum Moderator) - Moved to Coding Help. Please post in the correct section next time, thanks






Reply With Quote
