有些网站的图片非常大,阅读起来很烦人。在开发者面板中将宽度调整为“自动”很有效,而且让我更容易阅读。我如何才能自动完成这个过程?我不关心其他不相关的图像或图标是否调整了大小。
原来的:
<img src="https://www.kayege.net/files/article/attachment/77/77453/19866320/828942.gif" border="0" width="100%" class="imagecontent">
更改为:
<img src="https://www.kayege.net/files/article/attachment/77/77453/19866320/828942.gif" border="0" width="auto" class="imagecontent">
示例页面:https://m.kayege.net/77_77453/19866320.html
Google Chrome 79.0.3945.88
macOS High Sierra 10.13.6