Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Learn More

DownloadThemAll does not work for .pdf files on this page http://www.joelsgems.com/Site/Concordance.html

  • 1 përgjigje
  • 2 e kanë hasur këtë problem
  • 10 parje
  • Përgjigjja më e re nga cor-el

more options

DownloadThemAll does not work for .pdf files on this page http://www.joelsgems.com/Site/Concordance.html

It does not seem to recognise the links on the page, the .pdf links seem to be within an image?

I would love some help to download all of the files on this page with DownloadThem All if possible Thanks Tim

DownloadThemAll does not work for .pdf files on this page http://www.joelsgems.com/Site/Concordance.html It does not seem to recognise the links on the page, the .pdf links seem to be within an image? I would love some help to download all of the files on this page with DownloadThem All if possible Thanks Tim

Krejt Përgjigjet (1)

more options

That is a map with clickable areas as you can see in the use the Inspector.

You can right-click and select "Inspect Element" to open the built-in Inspector with this element selected.


You can use this bookmarklet to extract the links:

javascript:(function(){var e=document.querySelectorAll('area[href]'),E,i,L=[];for(i=0;E=e[i];i++){L.push('<a href="'+E.href+'">'+E.href+'</a>')}with(window.open().document){write(L.join('<br>'));close()}})()

Create a new bookmark and paste the JavaScript code in its location field. if you want to test this then run the JavaScript code via the command line of the Web Console.