From 8312351a04e2263073f2a6e173a75ef97d3c4d1f Mon Sep 17 00:00:00 2001 From: RandomPerson3465 <50644934+RandomPerson3465@users.noreply.github.com> Date: Sat, 17 Aug 2024 19:52:35 -0700 Subject: [PATCH] 7.0.5 Top 50 changes Loading save data now redraws the design correctly (this fixes the images becoming huge when loading saves) Resetting no longer clears all data for the entire site. Reset all data button on main page The "Load Save (From Other Counter)" button is now labelled "Load Save (From YT Studio)" The "Prepend 0 To Ranks Less Than 100" option is now labelled "Add Leading Zeros on Ranks" Warning when local storage is too large Added public saves to Top 50 --- about/faq.html | 2 +- index.css | 6 +++ index.html | 24 ++++++++++ top50/index.css | 4 ++ top50/index.html | 12 +++-- top50/index.js | 114 +++++++++++++++++++---------------------------- 6 files changed, 88 insertions(+), 74 deletions(-) diff --git a/about/faq.html b/about/faq.html index b998bcd..bde5a10 100644 --- a/about/faq.html +++ b/about/faq.html @@ -25,7 +25,7 @@

Livecountsedit FAQ

  • If the site was recently updated, your browser may still have the old version cached. To fix this, visit this article.
  • Bugs, errors, or glitches: Please report them in our Discord server.
  • JavaScript needs to be enabled on your browser, and make sure you're not blocking any parts of the site (or external libraries that the site uses, such as Highcharts for graphs) using firewalls, antivirus software, or browser extensions.
  • -
  • Corrupted save data (for counters that use save data): This could be a result of a bug, importing sketchy/corrupted save files, or pasting stuff into the browser console. If this is the case, reset your data (if possible), if not, then you will need to clear your browser's local storage for lcedit.com.
  • +
  • Corrupted save data (for counters that use save data): This could be a result of a bug, importing sketchy/corrupted save files, or pasting stuff into the browser console. If this is the case, reset your data (if possible), if not, then you will need to clear your browser's local storage for lcedit.com. You can clear local storage easily by going to the main page, scrolling down, and pressing the red button that says "RESET ALL DATA."
  • diff --git a/index.css b/index.css index 54822b7..f2df053 100644 --- a/index.css +++ b/index.css @@ -35,4 +35,10 @@ button { .title { font-size: 4vw; +} + +.reset { + width: fit-content; + background-color: red; + color: white; } \ No newline at end of file diff --git a/index.html b/index.html index 0a5f47a..9e774ee 100644 --- a/index.html +++ b/index.html @@ -81,7 +81,31 @@

    Top 50

    Disclaimer

    The counters on our website are parodies of live subscriber and follower count websites. All credit goes to the owners of the original websites for the designs of those pages. This website is for educational and entertainment purposes only, and we do not make any profit off of this site. We believe this constitutes fair use under Title 17 U.S.C. ยง 107 of the Copyright Act of 1976. No copyright infringement is intended. We also do not condone the use of this site for spreading misinformation.

    + +

    Reset All Data

    +

    This button will reset local storage for lcedit.com (which means data for ALL counters that use save data will be wiped). Use this button if errors are preventing you from resetting corrupted data on a counter that uses save data. Be sure to reload the counter after using this.

    + +
    +