Advertisement
jaideep06

Target

Apr 17th, 2023
731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.onload = function() {
  2.     var image = document.querySelector('.wp-caption-text');
  3.     var caption = image.querySelector('a');
  4.     caption.setAttribute('target', '_blank');
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement