Recensioner för Multiple File Downloader
Multiple File Downloader av MSI Developers
8 recensioner
- Betygsatt 5 av 5av Firefox-användare 18107874, för 2 år sedan
- Betygsatt 5 av 5av Firefox-användare 16254569, för 5 år sedan
- Betygsatt 5 av 5av Ramselio, för 5 år sedanOf all the add-ons this is one my favorites, is very intuitive and user friendly, don't need a manual to figure it out.
- Betygsatt 5 av 5av Barry, för 6 år sedan
- Betygsatt 5 av 5av Firefox-användare 14149478, för 7 år sedan
- Betygsatt 5 av 5av Firefox-användare 13760273, för 7 år sedanAs 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. - Betygsatt 5 av 5av Firefox-användare 13587062, för 7 år sedanTrè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
- Betygsatt 5 av 5av Firefox-användare 12891859, för 7 år sedan