mozi22 / fb-dislike

A small chrome app for adding a dislike button on facebook posts.
MIT License
1 stars 0 forks source link

Needed some more help. #2

Open PuneetGupta123 opened 8 years ago

PuneetGupta123 commented 8 years ago

Hello, can you tell me which link do you followed which helped in putting a dislike button ifor every post? I mean , how did u change the html code and how did you add the button in that?

mozi22 commented 8 years ago

I would recommend you to read about content scripts. I used simple jquery code in the content script in order to place a "button" next to the existing "buttons". You can view my jquery code in the content_script.js for help and check the selectors i am using with the jquery append function.