Shqyrtime për Multiple File Downloader
Multiple File Downloader nga MSI Developers
8 shqyrtime
- Vlerësuar me 5 yje nga 5 të mundshëmnga 18107874 përdoruesi Firefox-i, 2 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 16254569 përdoruesi Firefox-i, 5 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Ramselio, 5 vite më parëOf all the add-ons this is one my favorites, is very intuitive and user friendly, don't need a manual to figure it out.
- Vlerësuar me 5 yje nga 5 të mundshëmnga Barry, 6 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 14149478 përdoruesi Firefox-i, 7 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 13760273 përdoruesi Firefox-i, 7 vite më parëAs 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. - Vlerësuar me 5 yje nga 5 të mundshëmnga 13587062 përdoruesi Firefox-i, 7 vite më parëTrè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
- Vlerësuar me 5 yje nga 5 të mundshëmnga 12891859 përdoruesi Firefox-i, 7 vite më parë