--- license: mit task_categories: - text-classification language: - en tags: - amazon - products - binary - text pretty_name: Amazon Scrape 4 llm size_categories: - 1K 6k ### JS snippet ```js const allowedTags = sanitizeHtml.defaults.allowedTags; allowedTags.splice(allowedTags.indexOf("a"), 1); convert(sanitizeHtml(document.body.innerHTML, { allowedTags })); ```