jherazob

Show Mouseover and Alt-Text in popup of "strip"

Jul 16th, 2021
1,630
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //Show Mouseover and Alt-Text in popup of "strip"
  2.  
  3. // Create a new Bookmark, give it whatever name and put the following code as the URL. Then move the resulting bookmark to an easy spot to click when needed
  4.  
  5. javascript:alert('Alt:'+document.getElementById('strip').alt+'\nTitle:'+document.getElementById('strip').title);
Advertisement
Add Comment
Please, Sign In to add comment