You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.