ChatGPT RTL Chat

11/18/2023

目前為 2023-11-18 提交的版本,檢視 最新版本

// ==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"