This project uses cheerio to modify the html document, by removing a specific link element and adding a style element.
You can use cheerio like a server-side jquery, to parse and modify html documents.
npm install cheerio
const $ = cheerio.load(html)
// do stuff
res.send($.html())
npm install
npm start
Say that you have a service that does not offer configurable support for mobile devices.
You can add the meta tag for mobile device support.