Skip to content

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

Compare
Choose a tag to compare
@Mayriad Mayriad released this 25 Dec 09:25
· 12 commits to master since this release
33b445e

Merry Christmas and Happy New Year!

Changelog

Design fixes:

  • Disabled a fix for the expunge log that is no longer needed after the expunge system revamp.

Subjective fixes:

  • Highlighted new message count on the forum in red for when it is positive to make it more noticeable.

  • Fixed the spacing above the bottommost links, such as "terms of service", to use a consistent margin across page types.

  • Fixed inconsistent tag input field and button when this feature is enabled.

Improved navigation bar:

  • Highlighted unread counts in red for when they are positive to make them more noticeable.

  • Fixed a bug with the unread MM count where an incorrect count would be displayed when the user is in a battle.

Jump to top/bottom buttons:

  • Changed default setting to use slide-in rectangular buttons instead of fade-in circular buttons, because the latter looks nice but is likely to block page elements.

  • Redesigned the slide-in rectangular jump buttons slightly to make them even less likely to block page elements.

Automated gallery downloads:

  • Handled a rarely triggered download error caused by illegal characters in download filenames. Previously downloads would get stuck in the "downloading" state when this error happens.

  • Removed leading spaces from download filenames, which are not accepted by GM.download().

  • Limited the status code 200 error check at each step to relevant pages only, because otherwise error messages quoted in gallery comments can incorrectly trigger error handler.

Vigilante thread links:

  • Pointed the "Expunge Assistance" link to the new "Expunging, Appealing and Reverting Assistance" thread.

  • Fixed the height of the tagging area to prevent its side borders from overflowing when a tag is selected.

GUI control panel:

  • Changed the wordings very slightly.

LANraragi metadata plugin:

  • Implemented the newly added cooldown plugin parameter to use a 4 second delay. Note that this cooldown is only effective in batch tagging, because auto-plugin does not yet have a multi-process timer for this.

General:

  • Updated script information a little.

  • Slightly adjusted the gallery token part in all regular expressions.