Imgur: fix HTML escape sequences in the old design

Imgur's "old design" sometimes includes HTML escape sequences in post descriptions, such as having """ and "'" instead of quotation marks. This replaces them with the appropriate characters.

These are all versions of this script. Show only the versions where the code changed.

  • v1.2.0 2024-02-01
  • v1.2.0 2023-12-09
  • v1.2.0 2023-12-09
    • Abort if the loaded page isn't the old design.
    • Did a bit of refactoring.
  • v1.1.1 2023-12-05

    Limited the match path to /gallery/* .

  • v1.1.0 2023-12-03

    Added support for < and > because I observed them happening and for & just in case it also happens.

  • v1.0.1 2023-12-02

    just changed the formatting of the title to match my other script

  • v1.0.0 2023-12-01