techmovie / easy-upload

PT转种脚本,自动填写上传页表单,支持内外站互转,支持PT站间快速检索。

Home Page:https://greasyfork.org/zh-CN/scripts/423199

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG]更新了最新版本的UNIT3D站点无法预览描述

techmovie opened this issue · comments

commented

是否有重复的issue

  • 我已经检索过相关issue

问题描述

更新了最新版本的UNIT3D站无法预览描述,且在预览后会丢失description

期待表现

正常预览

复现步骤

No response

运行环境

- 浏览器名称:Google Chrome
- 浏览器版本:104.0.5112.101 (Official Build) (arm64)
- 所用用户脚本扩展名称:Tampermonkey
- easy-upload版本:3.2.6
commented

暂无解决方案

commented
document.querySelector('#bbcode-description').dispatchEvent(new Event('input'));

可以这么弄

commented
document.querySelector('#bbcode-description').dispatchEvent(new Event('input'));

可以这么弄

这个测试过了么 我记得这个也不行