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 28 Feb 2023 - 1.5 MBWorks with firefox 91.0.0 and laterChanged icon and nameSource code released under MIT Licence
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 1.1.3
Released 10 Feb 2023 - 1.36 MBWorks with firefox 91.0.0 and laterFixed URL parsing and specific cookie removalSource code released under MIT Licence
Version 1.1.2
Released 8 Jan 2023 - 1.36 MBWorks with firefox 91.0.0 and laterAdded support for another variant of ASP cookies.Source code released under MIT Licence
Version 1.1.1
Released 14 Dec 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 Licence
Version 1.1.0
Released 7 Dec 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 Licence
Version 1.0.4
Released 11 Nov 2022 - 1.36 MBWorks with firefox 91.0.0 and laterPotential fix for redirectsSource code released under MIT Licence
Version 1.0.3
Released 9 Nov 2022 - 1.36 MBWorks with firefox 91.0.0 and laterAdded support for ASP manipulation directly.Source code released under MIT Licence
Version 1.0.2
Released 7 Nov 2022 - 1.36 MBWorks with firefox 91.0.0 and laterNow clearing old cookie data before setting new data.Source code released under MIT Licence
Version 1.0.1
Released 7 Nov 2022 - 1.36 MBWorks with firefox 91.0.0 and laterSource code released under MIT Licence