Advertisement
MikkoDC

datascan hack

May 23rd, 2024
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <script type='text/javascript'>
  2. piAId = '1052222';
  3. piCId = '8921';
  4. piHostname = 'mc.onedatascan.com';
  5. (function() {
  6. function async_load(){
  7. var s = document.createElement('script'); s.type = 'text/javascript';
  8. s.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + piHostname + '/pd.js';
  9. var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c);
  10. }
  11. if(window.attachEvent) { window.attachEvent('onload', async_load); }
  12. else { window.addEventListener('load', async_load, false); }
  13. })();
  14. </script>
  15. <script type='text/javascript'>
  16.  
  17.  
  18. $( document ).ready(function() {
  19. $("#gform_1").on("submit", function(event){ setTimeout( function(){
  20. $(".submit_hide").hide();
  21. $(".submit_show").show();
  22. } ,3000)});
  23. });
  24. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement