Releases: liyuanhe211/LYH_DOI_Tools
Releases · liyuanhe211/LYH_DOI_Tools
0.8
- Change default option to Sci-Hub as the Lib-Gen download servers are malfunctioning.
- Add more epdf sites to the direct-pdf list, the curren list include:
- https://pubs.acs.org/doi/epdf/*
- https://www.science.org/doi/epdf/*
- https://royalsocietypublishing.org/doi/epdf/*
- https://www.chinesechemsoc.org/doi/epdf/*
- https://www.pnas.org/doi/epdf/*
- https://onlinelibrary.wiley.com/doi/epdf/*
- https://journals.asm.org/doi/epub/*
- https://www.ahajournals.org/doi/epub*
- Removed redundant console warning about ERROR IGNORED for malformed URL.
0.7
- Fix Lib-Gen using domains having more than 2 characters like
libgen.rocks
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
- Bugfix: Forgot to set the shortcut to Mac version, causing a failed installation on Mac. This is corrected.
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
or10.1021/acs.orglett.5b00297#title
like on this page.
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) or10.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.