Categories

Developer

StealthNinja

LevelsTix v1.1.4

  • rating
  • rating
  • rating
  • rating
  • rating
0 (0 reviews)
The official LevelsTix extension to help you get tickets.

The official Nerotix extension to make the process of using Nerotix easier.
It sets the keys given in an URL, and a proxy before opening the URL.

Usage format:
Proxy: https://url.com/?proxy=ip:port:login:pass

Key: https://url.com/?key=name1%3Dvalue1;name2%3Dvalue2

encoded:
Example array: https://url.com/?encoded= ...
where ... = btoa(JSON.stringify(array))
[
{
key: "cookieName",
val: "Value",
domain: "google.com",
path: "/",
clearAllCookies: true // Clears all cookies on this domain before setting any.
}
]