Redgifs Downloader for ff のレビュー
Redgifs Downloader for ff 作成者: DefinitelyHooman
合計レビュー数: 40
- Latest version not working but easy to fix locally, search for the video name using
document.querySelector('meta[property="og:video:iframe"]')
or when listing items .querySelector('.GifPreview.GifPreview_isActive').getAttribute('data-feed-item-id')
use this to check for active downloads and in handleDownloadClick()
Change the selectors in mutationObserver
if (node.classList.contains('GifPreview-InfoAndSidebar')) {
and downloadButton
const sideBar = sideBarWrap.querySelector('.sideBar');
const items = sideBar.querySelectorAll('.sideBarItem'); - 5 段階中 5 の評価Ultimafreak によるレビュー (2ヶ月前)its working fine for me and bin doing that for the past 1 year i bin using it. i would of love to have a mark 1 or 2 or even all feature for download.
- 5 段階中 5 の評価Firefox ユーザー 17885207 によるレビュー (7ヶ月前)Great extension that worked flawlessly until redgifs changed their layout. Thank you for all you did, dev!
- 5 段階中 2 の評価Relationalratio によるレビュー (7ヶ月前)Used to be a 5-star addon; Perfectly did what you wanted it to. However, the Redgifs redesign caused this extension to stop functioning. If this is updated to work again, it'll probably be back at 5 stars!
- 5 段階中 5 の評価Firefox ユーザー 19546128 によるレビュー (7ヶ月前)
- 5 段階中 1 の評価AverageUser2 によるレビュー (7ヶ月前)Worked on pages for individual gifs, but not when scrolling. Now after the redesign, it doesn't work at all.
- 5 段階中 5 の評価ilovemikael によるレビュー (1年前)
- 5 段階中 5 の評価Firefox ユーザー 18600223 によるレビュー (1年前)
- 5 段階中 5 の評価Firefox ユーザー 18944402 によるレビュー (1年前)
- This plugin is absolutely BRILLIANT!!! After adding the plug-in and restarting FireFox on my 2013 MacPro, running Firefox 135.0.1 (64-bit), it worked flawlessly. I can't express how much I appreciated the genius that went into creating this plug-in. Thank you, Thank you, Thank you!!!
- 5 段階中 1 の評価expensiveaccountant によるレビュー (1年前)Previously worked great. "Update" breaks it for firefox. Also you can't actually update anymore on firefox for some reason.
- 5 段階中 4 の評価Firefox ユーザー 16264321 によるレビュー (1年前)I gave this 1 star initially because I couldn't figure out how it worked. Turns out that theres instructions which I found on the downloaders website:
"The RedGifs Downloader extension adds a convenient download button to RedGifs pages, allowing you to easily save videos and images directly to your device. It also shows your download count and total download size."
So yeah, it adds a button to the actual redgifs website on the right by the other buttons like fullscreen, mute, like, etc.
Changed rating to 4 stars. It would get 5 stars if the author actually put that instruction in the description of this extension.