Recenzije za Multiple File Downloader
Multiple File Downloader od MSI Developers
8 recenzija
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 18107874, prije 2 godine
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 16254569, prije 5 godina
- Ocijenjeno s 5 od 5od Ramselio, prije 5 godinaOf all the add-ons this is one my favorites, is very intuitive and user friendly, don't need a manual to figure it out.
- Ocijenjeno s 5 od 5od Barry, prije 6 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 14149478, prije 7 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 13760273, prije 7 godinaAs 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. - Ocijenjeno s 5 od 5od Korisnik Firefoxa 13587062, prije 7 godinaTrè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
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 12891859, prije 7 godina