Skip to content

Instantly share code, notes, and snippets.

@asdfgh1445
asdfgh1445 / karalog_unlock.js
Last active October 14, 2025 11:02
karalog_unlock
/*
* Quantumult X Remote Script for Karalog App
* Version: 1.2 (Hosted on GitHub Gist)
*/
const url = $request.url;
const targetApiRegex = /^https?:\/\/api\.karalog-secure\.com\/colorlog\/colorlog_app\/api\/colorlog\/profile\.php\?mode=getProfile/;
if (targetApiRegex.test(url)) {
console.log("Karalog Remote JS intercepted. Modifying response...");
try {