Facebook Chat Emoticons Bar

By bitMAN Last update 17 hours ago — Installed 383,994 times.

Italics / bold / underline?

in
Subscribe to Italics / bold / underline? 10 posts, 4 voices



Derrick4Real User
FirefoxMacintosh

would be cool if you could add an option for *bold* and _underlined_ text

 
bitMAN Script's Author
FirefoxWindows

Yes, I was thinking about that. Thanks for the suggestion. I will add it in the next version ;)

 
murkloar Scriptwright
FirefoxWindows

Yeah, would be very nice if you could add this, btw, i love the hide function! ^^

 
morizuki Scriptwright
FirefoxWindows

This is for Bold and Underlined option.. tried to add and it was kinda successful :D

var fEmotsDom = document.createElement('img');
fEmotsDom.setAttribute('alt','**');
fEmotsDom.setAttribute('src','http://i603.photobucket.com/albums/tt116/kirei_...');
fEmotsDom.setAttribute('style','cursor: pointer;');
fEmotsDom.setAttribute('class','emote_custom');
fEmotsListDom.appendChild(fEmotsDom);
var fEmotsDom = document.createElement('img');
fEmotsDom.setAttribute('alt','__');
fEmotsDom.setAttribute('src','http://i603.photobucket.com/albums/tt116/kirei_...');
fEmotsDom.setAttribute('style','cursor: pointer;');
fEmotsDom.setAttribute('class','emote_custom');
fEmotsListDom.appendChild(fEmotsDom);
var fEmotsDom = document.createElement('img');
fEmotsDom.setAttribute('alt','*__*');
fEmotsDom.setAttribute('src','http://i603.photobucket.com/albums/tt116/kirei_...');
fEmotsDom.setAttribute('style','cursor: pointer;');
fEmotsDom.setAttribute('class','emote_custom');
fEmotsListDom.appendChild(fEmotsDom);

 
bitMAN Script's Author
FirefoxWindows

I was thinking of a better way to do that, but have to do some research.
Was this taken from another script?
There used to be some copies of my script which had some "extra features"

 
morizuki Scriptwright
FirefoxWindows

nope.. i just copy your small script and made it into that :) and ill be waiting for your updates :D

 
bitMAN Script's Author
FirefoxWindows

Well, finally I took some time to do this...
Take a look at the new Bold an Underline buttons! :D

 
morizuki Scriptwright
ChromeWindows

yah.. i just saw it.. thanks.. btw.. ill add BOLD&UNDERLINED in your script.. the one combining the two :D

 
bitMAN Script's Author
FirefoxWindows

I'm sorry, I didn't know you made a script out of this one.
My license doesn't allow you to do that. If you want to work togheter, we can figure out how. But I have to ask you to delete your script.
Thanks

 
morizuki Scriptwright
ChromeWindows

oh :D

just look at my script and add it to yours :D don't need to work together, just wanna help out that's all :)

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel