Recenze doplňku Multiple File Downloader
Multiple File Downloader od MSI Developers
8 recenzí
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 18107874, před 2 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 16254569, před 5 lety
- Hodnocení: 5 z 5od uživatele Ramselio, před 5 letyOf all the add-ons this is one my favorites, is very intuitive and user friendly, don't need a manual to figure it out.
- Hodnocení: 5 z 5od uživatele Barry, před 6 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 14149478, před 7 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 13760273, před 7 letyAs 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. - Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 13587062, před 7 letyTrè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
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 12891859, před 7 lety