Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions ChatGPT.Jailbroken.user.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


// ==UserScript==
// @name ChatGPT Jailbroken! Use it for whatever
// @match *://chatgpt.com/*
Expand Down Expand Up @@ -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';

Expand Down