CGLA Overview

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

As of 2023-12-09. See the latest version.

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

  • v1.7 2023-12-09
    • Allow the script to run on pages other than the homepage also.
  • v1.6 2023-12-09
    • Wait for the password prompt to disappear before trying to fetch profile pages.
  • v1.5 2023-02-18
    • Wrap fetch operations in try/catch to avoid crashes on unrecognized HTML structures.
  • v1.4 2022-11-22
    • If a Show More link exists, automatically click on it to show more profiles.
    • Remove some console.log()s.
  • v1.3 2022-06-23

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

  • v1.2 2022-03-07
    • Write a better @description tag.
    • No functional changes.
  • v1.1 2022-03-04
    • Added opacity to #SITE_HEADER.
  • v1.1 2022-03-04
    • 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 2022-03-02