ChatGPT RTL Chat

11/18/2023

Versión del día 18/11/2023. Echa un vistazo a la versión más reciente.

// ==UserScript==
// @name        ChatGPT RTL Chat
// @namespace   ChatGPT-MMD
// @match       https://chat.openai.com/*
// @grant       none
// @license     MIT
// @version     1.0
// @author      MMD EMT
// @description 11/18/2023
// ==/UserScript==

document.querySelector('main').style.direction = "rtl"
长期地址
遇到问题?请前往 GitHub 提 Issues。