From 527a147eb477b0a4f057cbe223c268c6e44dbe42 Mon Sep 17 00:00:00 2001 From: semlan112233 Date: Fri, 7 Mar 2025 01:47:28 +0000 Subject: [PATCH 1/2] Main --- ChatGPT.Jailbroken.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatGPT.Jailbroken.user.js b/ChatGPT.Jailbroken.user.js index 24fda72..b349ad4 100644 --- a/ChatGPT.Jailbroken.user.js +++ b/ChatGPT.Jailbroken.user.js @@ -1,4 +1,4 @@ - +./ChatGPT.Jailbroken.user.js // ==UserScript== // @name ChatGPT Jailbroken! Use it for whatever From 84c67da9cb6a2ce6e44c6587d12c46c6c8f6a3a5 Mon Sep 17 00:00:00 2001 From: semlan112233 Date: Fri, 7 Mar 2025 07:32:44 +0100 Subject: [PATCH 2/2] // ==UserScript== // @name ChatGPT Jailbroken // @namespace http://tampermonkey.net/ // @version 1.0 // @description Modifierad ChatGPT // @match *://chat.openai.com/* // @grant none // ==/UserScript== (function() { 'use strict'; console.log("UserScript Loaded!"); })(); --- ChatGPT.Jailbroken.user.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ChatGPT.Jailbroken.user.js b/ChatGPT.Jailbroken.user.js index b349ad4..15cd9fb 100644 --- a/ChatGPT.Jailbroken.user.js +++ b/ChatGPT.Jailbroken.user.js @@ -1,5 +1,3 @@ -./ChatGPT.Jailbroken.user.js - // ==UserScript== // @name ChatGPT Jailbroken! Use it for whatever // @match *://chatgpt.com/* @@ -46,7 +44,7 @@ button.style.height = '40px'; button.style.borderRadius = '5px'; button.style.backgroundColor = 'black'; - button.style.boxShadow = '0 0 17px 5px rgba(255, 0, 0, 0.8)'; + button.style.boxShadow = '0 0 17px 5px rgba(0, 255, 13, 0.8)'; button.style.border = 'none'; button.style.cursor = 'pointer';