OP 03 January, 2023 - 09:16 PM
1. Install tampermonkey
2. Go to cracked.io, click on tampermonkey script, click "create new script...
3. Paste the following code:
4. Ctrl + S & Refresh cracked.io.
5. Live your life addiction-free.
2. Go to cracked.io, click on tampermonkey script, click "create new script...
3. Paste the following code:
Code:
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://cracked.io/
// @icon https://www.google.com/s2/favicons?sz=64&domain=cracked.io
// @grant none
// ==/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