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



 160

Updated: How to disable shoutbox easy

by Danger - 26 September, 2024 - 07:04 PM
This post is by a banned member (Danger) - Unhide
Danger  
Heaven
1.425
Posts
649
Threads
6 Years of service
#1
1. Install ViolentMonkey (might not work for Tampermonkey)

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
This post is by a banned member (srail) - Unhide
srail  
Registered
37
Posts
2
Threads
#2
why would you disable it in the first place?
This post is by a banned member (Empire) - Unhide
Empire  
Supreme
1.091
Posts
28
Threads
#3
Shoutbox is to good to be disabled.

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)