Author Topic: [BLF Extension] User Tagging v3  (Read 8181 times)


Is there any pref that you could add to disable the brackets?  Perhaps a checkbox to the right of the color boxes?

What did you guys put for me :^)




Is there any pref that you could add to disable the brackets?  Perhaps a checkbox to the right of the color boxes?

Edit the script and remove the brackets.


Is there any pref that you could add to disable the brackets?  Perhaps a checkbox to the right of the color boxes?




ok
want brackets removed?
want them to say?
vote here:

http://strawpoll.me/6238284

you could probably remove them from the code really easily

you could probably remove them from the code really easily
yea, people just have a hard time finding the code

change line 223 to obj.parentNode.innerHTML += "<br/><span style='font-weight:100;font-size:10px;' class='name-title'><span style='color:" + dbNames[i][2] + ";'>" + dbNames[i][1] + "</span></span>";

to remove the brackets
« Last Edit: December 11, 2015, 03:54:00 PM by Electrk. »

change line 223 to obj.parentNode.innerHTML += "<br/><span style='font-weight:100;font-size:10px;' class='name-title'><span style='color:" + dbNames[i][2] + ";'>" + dbNames[i][1] + "</span></span>";
fixed

because the forums interpret [i] as italics, using your code breaks it
use [nobbc] to keep it from doing that