Ocene za Multiple File Downloader
Multiple File Downloader — MSI Developers
8 ocen
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 18107874, pred 2 letoma
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 16254569, pred 5 leti
- Ocenjeno z 5 od 5— Ramselio, pred 5 letiOf all the add-ons this is one my favorites, is very intuitive and user friendly, don't need a manual to figure it out.
- Ocenjeno z 5 od 5— Barry, pred 6 leti
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 14149478, pred 7 leti
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 13760273, pred 7 letiAs 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. - Ocenjeno z 5 od 5— Uporabnik Firefoxa 13587062, pred 7 letiTrè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
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 12891859, pred 7 leti