Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 1 个回答
  • 2 人有此问题
  • 10 次查看
  • 最后回复者为 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

所有回复 (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.