I would like to automatically capitalize the work "like" everytime it's displayed on "facebook.com". How can I do it?
I'm using the Chrome extension "StyleBot" to edit my CSS.
I would like to automatically capitalize the work "like" everytime it's displayed on "facebook.com". How can I do it?
I'm using the Chrome extension "StyleBot" to edit my CSS.
I don't believe you can do that with CSS, unless the word "like" is in separate tag everytime. CSS cannot parse through the document text to find words. You'll need to use javascript for that.