Discuz自动回复

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

Pada tanggal 22 Februari 2021. Lihat %(latest_version_link).

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!)

Penulis
backrock12
Nilai
0 0 0
Versi
2.03
Dibuat
17 Februari 2021
Diperbarui
22 Februari 2021
Size
13,9 KB
Lisensi
GPL License
Berlaku untuk

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", ] }, ];