This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript for TamperMonkey== | |
// @name Skip Forwards and Backwards with keyboard shortcuts for Kick.com | |
// @SHORTCUTS: Right Arrow | Left Arrow => Skip Forwards/Backwards 5 seconds | |
// SHIFT + (Right Arrow | Left Arrow) => Skip Backwards 15 seconds | |
// Period | Comma => Skip Forwards/Backwards 1 frame | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @author Gawbly | |
// @match https://kick.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=kick.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Kick.com bulk emote uploader/deleter | |
// @namespace http://tampermonkey.net/ | |
// @version 1.1 | |
// @description Easily upload multiple emotes at the same time to kick.com in bulk | |
// @author @gawbly | |
// @match https://kick.com/dashboard/community/emotes | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=kick.com | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"userID":687313581, | |
"subscriptionInfo":{ | |
"startDate":{ | |
"date":{ | |
"year":2019, | |
"month":10, | |
"day":27 | |
}, | |
"time":{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public static class error { | |
public static final HttpError DOWNLOAD_FAILED = new HttpError(900, "Download Failed!"); | |
public static final HttpError UNSUPPORTED_SITE = new HttpError(901, "Unsupported Site!"); | |
public static final HttpError PRO_REQUIRED = new HttpError(902, "You Need PRO Subscription To Use This Feature!"); | |
public static final HttpError ALREADY_USED_TRIAL = new HttpError(910, "Already Used Trial!"); | |
public static final HttpError USER_ALREADY_HAS_ACTIVE_SUBSCRIPTION = new HttpError(911, "User Has An Active Subscription! Please Use /renew."); | |
public static final HttpError USER_NEVER_SUBSCRIBED = new HttpError(912, "User Was NEVER Subscribed! Please Use /create."); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"VersionCode": 83, | |
"VersionLiteral": "8.3", | |
"MandatoryVersion": 68, | |
"Date": "August 1st, 2023", | |
"IsMandatory": false, | |
"SLBOH": true, | |
"PurchaseLink": "https://Zeonos.com/buy", | |
"DownloadLink": "https://mega.nz/file/Kb5mQBzY#mA1UZksFnnUVgosqjFUnroL8u0yL9mKUt8_NndFKhuY", | |
"ReleaseNotes": [ |