html = html.replace( /(<link.+?href="|<script.+?src="|<img.+?src=")(.+?)"/g, //@ts-ignore (m, $1, $2) => {
}
);