OP 26 September, 2024 - 07:04 PM
1. Install ViolentMonkey (might not work for Tampermonkey)
2. Go to Cracked.io, click on ViolentMonkey then click "+" symbol
3. Paste the following code:
4. Ctrl + S & Refresh cracked.io.
5. Live your life addiction-free.
2. Go to Cracked.io, click on ViolentMonkey then click "+" symbol
3. Paste the following code:
Code:
// ==UserScript==
// @name New script cracked.io
// @namespace Violentmonkey Scripts
// @match https://cracked.io/*
// @grant none
// @version 1.0
// @author -
// @description Disables input
// ==/UserScript==
(function() {
'use strict';
// Your code here...
const shoutbox = document.getElementById('message_input')
shoutbox.disabled = true // <- Shoutbox is disabled
})();
4. Ctrl + S & Refresh cracked.io.
5. Live your life addiction-free.
GGWP