You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that I had to modify the manifest for it to work under the desktop version of Facebook:
$ diff src/manifest.json.original src/manifest.json
...
< "matches": ["*://*.facebook.com/*"],
---
> "matches": ["*://www.facebook.com/*"],
'''
This is also attached as an FYI.
[manifest.json.txt](https://github.com/fabsrc/like-i-give-a-fuck/files/8749105/manifest.json.txt)
The text was updated successfully, but these errors were encountered:
Hi, I can't seem to get the like's modified. See the attached console log, using tracing added to main.js (also attached).
(https://github.com/fabsrc/like-i-give-a-fuck/files/87490[console-export-2022-5-22_3-49-33.txt]83/console-export-2022-5-22_3-49-33.txt)
[console-export-2022-5-22_3-49-33.txt]
main.js.txt
Here is the main changes for tracing:
Note that I had to modify the manifest for it to work under the desktop version of Facebook:
The text was updated successfully, but these errors were encountered: