Recensioni per Multiple File Downloader
Multiple File Downloader di MSI Developers
9 recensioni
- Valutata 5 su 5di 全民三退解体中共邪教, un mese fa
- Valutata 5 su 5di Utente Firefox 18107874, un anno fa
- Valutata 5 su 5di Utente Firefox 16254569, 5 anni fa
- Valutata 5 su 5di Ramselio, 5 anni faOf all the add-ons this is one my favorites, is very intuitive and user friendly, don't need a manual to figure it out.
- Valutata 5 su 5di Barry, 5 anni fa
- Valutata 5 su 5di Utente Firefox 14149478, 7 anni fa
- Valutata 5 su 5di Utente Firefox 13760273, 7 anni faAs 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. - Valutata 5 su 5di Utente Firefox 13587062, 7 anni faTrè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
- Valutata 5 su 5di Utente Firefox 12891859, 7 anni fa