Baltazar5000
Results
2
comments of
Baltazar5000
With base all works well. But base is not compatible with many sites. May be need option {"add_base": true}? ``` await page.evaluate(() => { const base = document.createElement('base'); base.href =...
Other way: ``` addBaseTag(htmlString, baseURL) { const baseTag = ''; if (htmlString.includes('