belinghy / PDFRefPreview

A boorkmarklet for previewing citations and other internal links in PDFs on mouse hover
90 stars 6 forks source link

Stopped working after Firefox update #3

Closed MortenHannemose closed 1 year ago

MortenHannemose commented 1 year ago

After updating my firefox this stopped working. After looking around I replaced event.target.className != "internalLink" with !event.target.offsetParent.hasAttribute("data-internal-link") and it works again.

belinghy commented 1 year ago

Amazing! Updated the repo using your fix, thanks!