Discuz自动回复

Discuz自动回复按钮,可自选回复语句。修改自https://greasyfork.org/scripts/4635

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

יוצר
backrock12
התקנות יומיות
0
סה"כ התקנות
1,770
דירוגים
14 0 0
גרסה
2.23
נוצר
17-02-2021
עודכן
14-04-2022
Size
14.6 קילו-בייט
רישיון
GPL License
חל על

Discuz自动回复


  • 脚本修改自https://greasyfork.org/scripts/4635

自定义参数

  • 下拉数量 const selectnum = 5;
  • 是否显示标题 true/false const istitle = true;
  • 回复语 例子 const messages = [ { //默认回复,请勿去掉 key: "default", value: [ "十分感谢分享", "楼主是个好人", "楼主一生平安", "感谢楼主分享,顶贴支持", "好东西啊,谢谢楼主分享", "收藏了。谢谢楼主分享" ] }, { key: "www.baidu.com", //匹配的网址,可以填写正则表达式 value: [ "baidu 1", //对应回复语 "baidu 2", "baidu 3", "baidu 4", "baidu 5", ] }, ];