Time Machine version history - 5 versions
Time Machine by TheLazyCat
Time Machine version history - 5 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.5
Released 26 Jun 2024 - 24.74 kBWorks with firefox 48.0 and laterImproved formula of speeding up or slowing down the website.Source code released under MIT Licence
Older versions
Version 1.4
Released 26 Jun 2024 - 24.74 kBWorks with firefox 48.0 and laterFixed some other bugs.Source code released under MIT Licence
Version 1.3
Released 26 Jun 2024 - 24.73 kBWorks with firefox 48.0 and laterMade the extension faster and removed unnecessary code.Source code released under MIT Licence
Version 1.2
Released 25 Jun 2024 - 24.8 kBWorks with firefox 48.0 and laterFixed Bug: Spamming settings in the local storage.
This happened because the add-on updated the settings every time the user entered something. Now the add-on only updates the settings if the input field is not focused instead, for example when you close the add-on or go to another input field.
This only required me to change "element.addEventListener("input", function);" to "element.addEventListener("blur", function);"Source code released under MIT Licence
Version 1.1
Released 24 Jun 2024 - 24.8 kBWorks with firefox 48.0 and laterYes, I have already found one bug and improved the extension.Source code released under MIT Licence