Revisiones de Multiple File Downloader
Multiple File Downloader por MSI Developers
8 revisiones
- Se valoró con 5 de 5by Usuario de Firefox 18107874, hace 2 años
- Se valoró con 5 de 5by Usuario de Firefox 16254569, hace 5 años
- Se valoró con 5 de 5by Ramselio, hace 5 añosOf all the add-ons this is one my favorites, is very intuitive and user friendly, don't need a manual to figure it out.
- Se valoró con 5 de 5by Barry, hace 6 años
- Se valoró con 5 de 5by Usuario de Firefox 14149478, hace 7 años
- Se valoró con 5 de 5by Usuario de Firefox 13760273, hace 7 añosAs 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. - Se valoró con 5 de 5by Usuario de Firefox 13587062, hace 7 añosTrè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
- Se valoró con 5 de 5by Usuario de Firefox 12891859, hace 7 años