Greasy Fork镜像 Use Markdown

Sets the default format of the reply area on Greasy Fork镜像 to Markdown.

  1. // ==UserScript==
  2. // @name Greasy Fork镜像 Use Markdown
  3. // @namespace https://maxchang.me
  4. // @version 0.0.1
  5. // @description Sets the default format of the reply area on Greasy Fork镜像 to Markdown.
  6. // @author You
  7. // @match https://gf.qytechs.cn/*
  8. // @icon https://gf.qytechs.cn/vite/assets/blacklogo16-DftkYuVe.png
  9. // @run-at document-idle
  10. // @license MIT
  11. // ==/UserScript==
  12.  
  13. ;(() => {
  14. document
  15. .querySelectorAll('[id$="markup_markdown"]')
  16. .forEach((x) => x.click())
  17. })()

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址