I am trying to create an Chrome extension which can help me:
Fill some data(text/link) to textbox of Facebook Group then click to Post( I mean: Post status Facebook using exention not using my hand)
It's not a
<textarea>
so i can't use:$('textarea')
to set value of that textbox.
Example:
Please help me! Thank so much