Відгуки для Multiple File Downloader
Multiple File Downloader автор MSI Developers
8 відгуків
- Оцінка 5 з 5від Користувач Firefox 18107874, 2 роки тому
- Оцінка 5 з 5від Користувач Firefox 16254569, 5 років тому
- Оцінка 5 з 5від Ramselio, 5 років томуOf all the add-ons this is one my favorites, is very intuitive and user friendly, don't need a manual to figure it out.
- Оцінка 5 з 5від Barry, 6 років тому
- Оцінка 5 з 5від Користувач Firefox 14149478, 7 років тому
- Оцінка 5 з 5від Користувач Firefox 13760273, 7 років томуAs hinted at the plugin description some website developer knowledge is needed to dynamically add the 'download' attribute to anchor tags.
Open up the browser console and enter:
$$('a[href*=".webm"]').forEach(s => s.setAttribute('download', s.getAttribute('href')))
Above command line will:
- find all anchor tags on a website which contain the '.webm' extension in their 'href' attribute
- then iterate over found anchor tags
- and set the 'download' attribute to each anchor using the value from the 'href' attribute
This makes the toolbar button appear everyone was searching for.
Adjust code to your needs. - Оцінка 5 з 5від Користувач Firefox 13587062, 7 років томуTrès pratique. J'utilise un userscript pour ajouter l'attribut "download" sur les lien d'une certaine page et je peut tout récupérer
- Оцінка 5 з 5від Користувач Firefox 12891859, 7 років тому