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
* Slightly increased standard font size from 9pt to 10pt for better readability.
* Made CSS layout more flexible by replacing most px measures in rem.
* Bumped vis.js Network to newest versions.
! Fixed bugmarklet, in rare cases decodeURIComponent(x.innerHTML) caused an "URIError: malformed URI sequence"
Copy file name to clipboardExpand all lines: CHANGELOG
+6
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
15.03.2025 v1.29
2
+
* Slightly increased standard font size from 9pt to 10pt for better readability.
3
+
* Made CSS layout more flexible by replacing most px measures in rem.
4
+
* Bumped vis.js Network to newest versions.
5
+
! Fixed bugmarklet, in rare cases decodeURIComponent(x.innerHTML) caused an "URIError: malformed URI sequence" (e.g. on https://doi.org/10.1177/13524585251316242)
6
+
1
7
02.02.2025 v1.28
2
8
* Some adaptations for better integration with the awesome Zotero Cita plugin: https://github.com/diegodlh/zotero-cita.
Copy file name to clipboardExpand all lines: bookmarklet.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -38,13 +38,13 @@ javascript:(function () {
38
38
listOfReferences=Array.from(lis).map(x=>{
39
39
// Regular expression adapted from Crossref's recommendation (https://www.crossref.org/blog/dois-and-matching-regular-expressions/)
40
40
// Using the set [-_;()/:A-Z0-9] twice (fullstop . and semicolon ; only in first set) makes sure that the trailing character is neither a fullstop nor semicolon
0 commit comments