Advertisement
borlabs

Script Blocker + callWhenLoaded

Oct 19th, 2020
2,133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // STANDARD Vorgehen
  2. window.BorlabsCookie.callWhenLoaded("fbq", function () {
  3.     fbq("track", "AddToCart");
  4. });
  5.  
  6. // SCRIPT BLOCKER Kombination
  7. window.BorlabsCookie.callWhenLoaded("fbq", function () {
  8.     window.BorlabsCookie.unblockScriptBlockerId("my-script-blocker-id");
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement