diff --git a/utility.js b/utility.js index ba72067..975d3ce 100644 --- a/utility.js +++ b/utility.js @@ -77,6 +77,7 @@ module.exports = { let $ = cheerio.load(s); $('script').remove(); $('style').remove(); + $('link').remove(); $('*').each((i, elem) => { let a = Object.getOwnPropertyNames(elem.attribs); for (let key of a) {