Skip to content

Patch update: Mayriad's EH Master Script v2.0.1

Compare
Choose a tag to compare
@Mayriad Mayriad released this 13 Dec 19:24
· 66 commits to master since this release
10a617d

Changelog

  • Added alternative placement for XHR error handlers to support the GM API v3 used by Violentmonkey. This is why the last version of this script did not really work on Violentmonkey.

  • Added a helper function that renames object properties after a script update without affecting their values.

  • Fixed one typo in loadData() which can mess up user settings in a script update. Fortunately, no one could have been affected by this typo since it is fixed in the first public update ever.

  • Modified fitViewerToScreen() to add semi-transparent shading strips behind the texts to make them easier to read in this mode.

  • Renamed the gallery download shortcuts feature to "automated gallery downloads", which better reflects what it does after the overhaul based on GM.download().

  • Cleaned up some code since Violentmonkey now also supports GM.* aliases that are compatible with GM API v4.

  • Applied trivial wording, line wrap, and variable name changes.