Last active
November 3, 2015 17:31
-
-
Save pongo/e74c4205b734c1b97ee8 to your computer and use it in GitHub Desktop.
YouTube Image Extractor Bookmarklet - html preview http://bit.ly/1HpbGjr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p><a href="javascript:void(function(){var%20a=document.getElementsByTagName('link');for(i=a.length-1;i>=0;i--){if(a[i].getAttribute('itemprop')=='thumbnailUrl'){open(a[i].getAttribute('href'));break;}}})();">YTimage</a></p> | |
| <p>Перетащите <a href="javascript:void(function(){var%20a=document.getElementsByTagName('link');for(i=a.length-1;i>=0;i--){if(a[i].getAttribute('itemprop')=='thumbnailUrl'){open(a[i].getAttribute('href'));break;}}})();">YTimage</a> на панель закладок браузера. Далее откройте видео на ютубе и нажмите YTimage (на панели закладок). В новом окне откроется картинка с эскизом этого видео.</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:void(function(){var%20a=document.getElementsByTagName('link');for(i=a.length-1;i>=0;i--){if(a[i].getAttribute('itemprop')=='thumbnailUrl'){open(a[i].getAttribute('href'));break;}}})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment