In fact, such bookmarks usually do this:
, JavaScript, URL-:
javascript: void((function () { SOME_CODE })());
SOME_CODE. Pin it :
javascript: void((function () {
var e = document.createElement('script');
e.setAttribute('type', 'text/javascript');
e.setAttribute('charset', 'UTF-8');
e.setAttribute('src', 'http://assets.pinterest.com/js/pinmarklet.js?r=' + Math.random() * 99999999);
document.body.appendChild(e)
})());
. Pin "pinmarklet.js". , "? R = '+ Math.random() * 99999999" .
, , JavaScript. DOM , (Images, Video Links,...) .
, : -)