LevelsTix version history - 9 versions
LevelsTix by StealthNinja
LevelsTix version history - 9 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.1.4
Released Feb 28, 2023 - 1.5 MBWorks with firefox 91.0.0 and laterChanged icon and nameSource code released under MIT License
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 1.1.3
Released Feb 10, 2023 - 1.36 MBWorks with firefox 91.0.0 and laterFixed URL parsing and specific cookie removalSource code released under MIT License
Version 1.1.2
Released Jan 8, 2023 - 1.36 MBWorks with firefox 91.0.0 and laterAdded support for another variant of ASP cookies.Source code released under MIT License
Version 1.1.1
Released Dec 14, 2022 - 1.36 MBWorks with firefox 91.0.0 and laterNew:
Added a function to the UI to export cookies.
Bug fixes:
Added better error handling to importing encoded cookies.Source code released under MIT License
Version 1.1.0
Released Dec 7, 2022 - 1.36 MBWorks with firefox 91.0.0 and laterAdded the ability to set cookies from an encoded array. (btoa(JSON.stringify([])))
Just add ?encoded=... where the value is an encoded array.
Example array:
[
{
key: "cookieName",
val: "Value",
domain: "google.com",
path: "/",
clearAllCookies: true // Clears all cookies on this domain before setting any.
}
]Source code released under MIT License
Version 1.0.4
Released Nov 11, 2022 - 1.36 MBWorks with firefox 91.0.0 and laterPotential fix for redirectsSource code released under MIT License
Version 1.0.3
Released Nov 9, 2022 - 1.36 MBWorks with firefox 91.0.0 and laterAdded support for ASP manipulation directly.Source code released under MIT License
Version 1.0.2
Released Nov 7, 2022 - 1.36 MBWorks with firefox 91.0.0 and laterNow clearing old cookie data before setting new data.Source code released under MIT License
Version 1.0.1
Released Nov 7, 2022 - 1.36 MBWorks with firefox 91.0.0 and laterSource code released under MIT License