derpi_only_show_upvotes

25/06/2023 Replaces images' score with only upvotes, instead of the usual combined upvotes+downvotes. The upvotes are taken from the HTML data-attributes already loaded on the page. Also hides downvotes via CSS rules. You might still see the downvotes for a split second.

These are versions of this script where the code was updated. Show all versions.

  • v1.5 2024-01-01

    Changed @run-at setting to run at document-end.
    Should run the script after the site is loaded.

  • v1.4 2024-01-01

    Fixed a bug making it only load some of the time.

  • v1.3 2023-06-26

    - No longer finding upvotes by API requests. Instead taking them from the data properties of HTML elements.
    - Added CSS rules for (hopefully) less time that one can see downvotes before script loads.

  • v1.2 2023-06-25
  • v1.1 2023-06-25

    Changed API calls for gathering upvotes to fetch several imagestats with a single API call. Previously, one API call per image.

  • v1.0 2023-06-25