Skip to content

Commit

Permalink
fix(rewrite): remove obsolete rule for webtoons.com
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Mar 7, 2025
1 parent f916373 commit 315e72c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/reader/rewrite/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ var predefinedRules = map[string]string{
"thedoghousediaries.com": "add_image_title",
"theverge.com": `add_dynamic_image, remove("div.duet--recirculation--related-list, .hidden")`,
"treelobsters.com": "add_image_title",
"webtoons.com": `add_dynamic_image,replace("webtoon"|"swebtoon")`,
"www.qwantz.com": "add_image_title,add_mailto_subject",
"xkcd.com": "add_image_title",
"youtube.com": "add_youtube_video",
Expand Down

0 comments on commit 315e72c

Please sign in to comment.