Skip to content

Releases: liyuanhe211/LYH_DOI_Tools

0.8

09 Oct 07:06
Compare
Choose a tag to compare

0.7

06 Mar 18:25
c90cf91
Compare
Choose a tag to compare
0.7
  • Fix Lib-Gen using domains having more than 2 characters like libgen.rocks

0.6

08 Feb 16:16
4199b50
Compare
Choose a tag to compare
0.6
  • Tidy up popup page.
  • Added feed back for the download button (hover and pressed).
  • Support drag-select in the batch download checkbox selection.
  • Fix 10.1055/s-1997-1294 adds ".pdf" at the end of the link, causing DOI capture to fail.
  • Removed unnecessary Sci-Hub and Lib-Gen jumps as the page-opening function has been migrated to background worker.
  • DOI match for http://xlink.rsc.org/?DOI=C6CC05568K --> 10.1039/C6CC05568K
  • Bigfix: Fixed bug where the text node replacement is performed multiple times. This caused by direct manipulation of innerHTML(), which should be avoided. It has been solved by using textNode.splitText()
  • Support Reaxys Full Text Autojump.
  • Bugfix: Fixed X-mol jump sometimes doesn't work.

0.5

23 Oct 08:18
21ef80e
Compare
Choose a tag to compare
0.5
  • Bugfix: Forgot to set the shortcut to Mac version, causing a failed installation on Mac. This is corrected.

0.4

17 Oct 19:22
aed900f
Compare
Choose a tag to compare
0.4
  • Moved the download button of text contents to directly after the doi text (i.e. can be in the middle of a paragraph, instead of the end of the text object).
  • Migrated to Manifest V3.
  • Tidy up code.
  • Deal with situations where DOI is appended with URL markers, like 10.1021/acs.orglett.5b00297#title.
  • Bugfix: Removed duplicate DOIs. For example, if 10.1021/acs.orglett.5b00297 existed, remove 10.1021/acs.orglett.5b00297/suppl_file/ol5b00297_si_001.pdf or 10.1021/acs.orglett.5b00297#title like on this page.

0.3

15 Oct 18:30
d96b508
Compare
Choose a tag to compare
0.3
  • Context menu (or Ctrl+Shift+S) to directly download PDF from citation info.
  • Bugfix: Corrected the bug caused by in-line parentheses and in-line dot, for example, in the text "(Angew. Chem. Int. Ed., DOI: 10.1002/anie.202010431).", the DOI used to be recognized as "10.1002/anie.202010431)." Now only 10.1002 (Wiley) or 10.1016 DOI is allowed to have parentheses (as they will have stupid DOIs like this), and the parentheses have to be paired. All non-ASCII characters are also not allowed.
  • Added the option to not "Auto hide Sci-Hub or Lib-Gen page".
  • Jump unnecessary waiting for redirection for x-mol.com.
  • The batch download buttons will be hidden if no DOI is found on the page.
  • Prevent page swapping in the first place by using the onClick function and the messaging system.
  • Recognize links on Nature pages.
  • Bugfix: Decode URI before recognization.
  • New required permission: contextMenu, storage.