greasyfork-org / greasyfork

An online repository of user scripts.
https://greasyfork.org
GNU General Public License v3.0
1.41k stars 422 forks source link

[Bug] Image Size Cannot be Set #1239

Open cyfung1031 opened 5 months ago

cyfung1031 commented 5 months ago

Example:

https://greasyfork.org/en/scripts/468740-restore-youtube-username-from-handle-to-custom

Previously we can use <img src="xxx" width="xxx"> to set the size of the image. Now the width attribute is removed in the HTML final code. (i.e. <img src="xxx">) The width control is disabled.

Please fix.