anantdgoel / ProjectFib

Chrome extension to flag fake news on Facebook. Built at HackPrinceton '16
https://www.projectfib.com
Open Software License 3.0
747 stars 180 forks source link

... #33

Closed ceased-ebc closed 7 years ago

ceased-ebc commented 7 years ago

...

eckgar commented 7 years ago

in manifest.json change "matches": ["https://www.facebook.com/"] to `"matches": [ ":///" ],`

anantdgoel commented 7 years ago

Just changing the URL property will not help you web scrape all sites, you scrape another site. You need to look into div tags and DOMS. Same goes for notification location and design. You need to learn about their DOMs and manipulate it.