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.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

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

Tác giả
backrock12
Cài đặt hàng ngày
0
Số lần cài đặt
1.770
Đánh giá
14 0 0
Phiên bản
2.23
Đã tạo
17-02-2021
Đã cập nhật
14-04-2022
Kích thước
10 KB
Giấy phép
GPL License
Áp dụng cho

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