Localmotionuk
-
Posts
9 -
Joined
-
Last visited
Reputation Activity
-
Localmotionuk reacted to tuanphan in Open code injection link in new tab
Try this new code
<script> $(document).ready(function() { setTimeout( function() { $('h3.whr-title a').attr('target','_blank'); }, 3000); }); </script>
-
Localmotionuk reacted to tuanphan in Open code injection link in new tab
Add this to Last Line in Code Injection > Footer
<script> $(document).ready(function() { $('h3.whr-title a').attr('target','_blank'); }); </script>