duckduckgo / tracker-surrogates

💉 Surrogates are small scripts that our apps and extensions serve in place of trackers that cause site breakage when blocked.
Other
20 stars 11 forks source link

Add FB.__buffer.calls support to fb-sdk shim #37

Closed kzar closed 10 months ago

kzar commented 10 months ago

It turns out that some websites create a window.FB.__buffers.calls array listing the FB API calls to make, before loading the fb.sdk-js script. I couldn't see where that was documented, but let's add rough support for that flow to try and unbreak those websites.