ChatGPT RTL Chat

11/18/2023

目前为 2023-11-18 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name ChatGPT RTL Chat
  3. // @namespace ChatGPT-MMD
  4. // @match https://chat.openai.com/*
  5. // @grant none
  6. // @license MIT
  7. // @version 1.0
  8. // @author MMD EMT
  9. // @description 11/18/2023
  10. // ==/UserScript==
  11.  
  12. document.querySelector('main').style.direction = "rtl"