Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   490

Temp Fix for Wrong Redirects .sx → .ax (Chatbox Profiles & Threads)

by M420 - 27 March, 2026 - 10:55 PM
This post is by a banned member (M420) - Unhide
M420  
Registered
113
Posts
2
Threads
5 Years of service
#1
Simple temporary fix for the redirect issue affecting profiles, threads, and some sections.

This will automatically redirect any cracked.st links to cracked.ax when you click them.


Step 1 – Install Tampermonkey
Install Tampermonkey from the official site:
https://www.tampermonkey.net/

After installing, open Tampermonkey and create a new script.

Step 2 – Create a New Script
1. Click the Tampermonkey icon (in extensions)
2. Click Create a new script
3. Delete everything in the editor
4. Paste the script below

Step 3 – Paste This Script
Code:
// ==UserScript==
// @name Cracked Redirecting TempFix
// @match *://cracked.st/*
// @match *://cracked.st/*
// @grant none
// ==/UserScript==

(function() {
'use strict';

document.addEventListener('click', function(e) {
let link = e.target.closest('a');
if (!link) return;

let url = link.href;

if (url.includes('cracked.st')) {
e.preventDefault();
let newUrl = url.replace('cracked.st', 'cracked.ax');
window.location.href = newUrl;
}
});
})();

Step 4 – Save and refresh cracked.ax
Press Ctrl + S or File → Save and make sure the script is enabled in Tampermonkey.

Temporary fix until it's fixed server-side.

Have a fantastic rest of your day sir!
This post is by a banned member (Sc00bii) - Unhide
Sc00bii  
Registered
857
Posts
229
Threads
7 Years of service
#2
Wow, good job—I couldn't get the redirect script to work... great work @M420 I didn't realize that someone had already done this... before me, this tempFix
VelocityRDP.pro | "CRACKEDSH" for 10% off your order.
[Image: WEcKbCO.png]

DONT DEAL WITH IMPOSTERS ALWAYS CONFIRM ON CRACKED.SH IN PM IF ITS ME
 

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)