Skip to content

Commit 3b6afde

Browse files
authored
fix: disabled removal of form elements
1 parent 6c76509 commit 3b6afde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scraper/processor/HtmlProcessor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class HtmlProcessor implements ContentProcessor {
3333
"input",
3434
"textarea",
3535
"select",
36-
"form",
36+
// "form", // Known issue: Some pages use alerts for important content
3737
".ads",
3838
".advertisement",
3939
".banner",

0 commit comments

Comments
 (0)