“Flickr Comment Tools” is a great Greasemonkey script that I use everyday but under Firefox 3.5, it would not insert emoticons. Finally fixed it, It was a simple change that was driving me nuts… As I posted here:
S.D. says:
Got it.
Change this:
[javascript]
ifrm.contentDocument.execCommand(‘inserthtml’,false,'<a title="Smilies" style="background:white !important;" href="http://www.ts0.com/flickrcommenttools/"><img align="absmiddle" style="vertical-align:middle;" src="’+this.url+’" border="0"></a>’);
[/javascript]
to:
[javascript]
ifrm.contentDocument.execCommand(‘inserthtml’,false,'<a title="Smilies" style="background:white !important;" href="http://www.ts0.com/flickrcommenttools/"><img align="absmiddle" style="vertical-align:middle;" src="’+this.src+’" border="0"></a>’);
[/javascript]
Music I’m listening to now:
Nothing at the moment
Firefox 3.5rc2 and “Flickr Comment Tools”
“Flickr Comment Tools” is a great Greasemonkey script that I use everyday but under Firefox 3.5, it would not insert emoticons. Finally fixed it, It was a simple change that was driving me nuts… As I posted here:
S.D. says:
Got it.
Change this:
[javascript]
ifrm.contentDocument.execCommand(‘inserthtml’,false,'<a title="Smilies" style="background:white !important;" href="http://www.ts0.com/flickrcommenttools/"><img align="absmiddle" style="vertical-align:middle;" src="’+this.url+’" border="0"></a>’);
[/javascript]
to:
[javascript]
ifrm.contentDocument.execCommand(‘inserthtml’,false,'<a title="Smilies" style="background:white !important;" href="http://www.ts0.com/flickrcommenttools/"><img align="absmiddle" style="vertical-align:middle;" src="’+this.src+’" border="0"></a>’);
[/javascript]
Music I’m listening to now:
Nothing at the moment
1 Comment
Posted in Cool Stuff, Different
Tagged Flickr, Flickr Comment Tools, Greasemonkey