Advertisement
Guest User

GTM Appspot prevention code

a guest
Aug 30th, 2017
5,175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <script type="text/javascript">
  2.  
  3. if (document.location.href.search('appspot.com') == -1) {
  4.  
  5. //YOUR FACEBOOK CODE
  6.  
  7. }
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement