Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- window.onload = function() {
- var image = document.querySelector('.wp-caption-text');
- var caption = image.querySelector('a');
- caption.setAttribute('target', '_blank');
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement