Greasy Fork is available in English.

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.

Ili estas versioj de tiu ĉi skripto, kie la kodo estas ĝisdatigita. Montri ĉiujn versiojn

  • 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