Sleazy Fork is available in English.

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.

Dette er versioner af dette script, hvor koden er blevet opdateret. Vis alle versioner.

  • v1.5 01.01.2024

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

  • v1.4 01.01.2024

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

  • v1.3 26.06.2023

    - 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 25.06.2023
  • v1.1 25.06.2023

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

  • v1.0 25.06.2023