13 lines
507 B
Plaintext
13 lines
507 B
Plaintext
|
|
# The community rule still says //div[@class='post-content']. That class survives
|
||
|
|
# the site's redesign but is now one token among many Tailwind classes, so an
|
||
|
|
# exact-equality match never fires. article-content is the tighter target anyway.
|
||
|
|
body: //div[contains(concat(' ', normalize-space(@class), ' '), ' article-content ')]
|
||
|
|
|
||
|
|
title: //h1
|
||
|
|
author: //a[contains(@href, '/author/')]
|
||
|
|
|
||
|
|
strip_id_or_class: post-email
|
||
|
|
strip_id_or_class: image-lightbox
|
||
|
|
|
||
|
|
test_url: https://blog.cloudflare.com/bot-preference-sync/
|