Sleazy Fork is available in English.

CGLA Overview

Add an informational overview to each profile pic on the home page of Candy Girl LA.

Ниже показаны версии этого скрипта, в которых изменялся код. Показать все версии.

  • v1.7 09.12.2023
    • Allow the script to run on pages other than the homepage also.
  • v1.6 09.12.2023
    • Wait for the password prompt to disappear before trying to fetch profile pages.
  • v1.5 18.02.2023
    • Wrap fetch operations in try/catch to avoid crashes on unrecognized HTML structures.
  • v1.4 22.11.2022
    • If a Show More link exists, automatically click on it to show more profiles.
    • Remove some console.log()s.
  • v1.3 23.06.2022

    Changes to the site layout broke the previous version of the script. This new version fixes that.

  • v1.2 07.03.2022
    • Write a better @description tag.
    • No functional changes.
  • v1.1 04.03.2022
    • Added opacity to #SITE_HEADER.
  • v1.1 04.03.2022
    • Add a handler to popstate event so that overlays are re-added when back (or forward) button takes you back to the home page.
    • Use a more robust selector in fetchAll() that's hopefully less likely to break in the future.
  • v1.0 02.03.2022