12 lines
571 B
Plaintext
12 lines
571 B
Plaintext
|
|
# The community rule pins the class to 'aligncenter size-full wp-image-', but
|
||
|
|
# posts vary between aligncenter and alignnone, so it matches on some articles
|
||
|
|
# and silently falls through to Readability on others -- which on a comic means
|
||
|
|
# the strip disappears. Match the wp-image- marker instead, which every uploaded
|
||
|
|
# strip carries regardless of alignment.
|
||
|
|
body: //img[contains(@class, 'wp-image-')]
|
||
|
|
|
||
|
|
autodetect_on_failure: no
|
||
|
|
|
||
|
|
test_url: https://www.commitstrip.com/2022/02/22/security-questionnaire/
|
||
|
|
test_url: https://www.commitstrip.com/2022/12/09/a-whole-new-world/
|