Preview video links in a small floating window.
Total ratings
3.63
(Rating count:
8)
Upgrade to see all 14 reviews
Recent reviews
Recent rating average:
3.40
All time rating average:
3.63
Upgrade to see all 14 reviews
Rating filters
5 star 4 star
3 star
2 star
1 star
Date | Author | Rating | Lang | Comment |
---|---|---|---|---|
2024-08-05 | Натурал | ru | Только для YouTube. Неконкурентоспособен перед альтернативами. Большинство браузеров имеют картинку в картинке предварительно | |
2023-12-09 | Иван Сафрошенков | |||
2023-06-05 | eThax Kew | en | looks like this haven't been update for the long time for youtube shorts or portrait support add the followings and load it with developer mode. (if you need help, ask) globals.js 1) replace with these const EXTRACT_YOUTUBE_VIDEO_ID_REGEX = /^.*((youtu.be\/)|(v\/)|(\/u\/\w\/)|(embed\/)|(shorts\/)|(watch\?))\??v?=?([^#&?]*).*/ const EXTRACT_YOUTUBE_START_TIME_REGEX = /^.*(youtu.be\/|v\/|u\/\w\/|embed\/|shorts\/|watch\?v=|\&v=)([^#\&\?]*)(?:(\?t|\&t|&start)=(\d+))?.*/ open-screen.js at the end of function extractVideoId(value) 1) replace it with this return (match && match[8].length==11) ? match[8] : false; open-screen.js 1) in function isYoutubeVideoLink(target) replace with this const urlTests = ['youtube', 'youtu.be', 'watch', 'shorts'] 2) add this const isShorts = contains(target.href, ['shorts']); 3) at the end replace with this return { videoUrl: videoUrl, startTime: startTime, isShorts: isShorts} open-screen.js in eventtrigger $(document).on('click', '.eagle-eye-tooltip', function(ev) 1) at the end replace with this showPopup(isYoutube.videoUrl, isYoutube.startTime || 0, isYoutube.isShorts) index.js at this line function showPopup(videoId, startTime) 1) replace it with this function showPopup(videoId, startTime, isShorts=false) add this whole condition if (isShorts) { let tempTotalWidth = totalWidth; totalWidth = totalHeight; totalHeight = tempTotalWidth; } just above the line bellow (exactly as seen here) if (document.getElementsByClassName('overlay-yt-extension').length) | |
2022-10-31 | Manuel Augman García | GREAT!!! Ecelente!!! | ||
2022-10-31 | Manuel Augman García | zu | GREAT!!! Ecelente!!! | |
2022-02-09 | Asher GZ | Only works on the same page as the source video, making the whole floating aspect pointless | ||
2022-02-09 | Asher GZ | en | Only works on the same page as the source video, making the whole floating aspect pointless | |
2021-08-06 | forpost 0001 | Работает только на той вкладке ,где оно запущено! :( | ||
2021-08-06 | forpost 0001 | ru | Работает только на той вкладке ,где оно запущено! :( | |
2021-02-13 | Arthur J | great! |
Upgrade to see all 14 reviews