You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is an issue, or me doing something dumb :)
When using the 'next_page_lnk' command and the strip command, the strip works on the first page, but the dynamically loaded subsequent pages don't seem to obey the strip command. For example: if we look at this arstechnica page Huawei’s HarmonyOS: “Fake it till you make it” meets OS development - it has four pages. If I use the following config as an example:
The p tag only gets stripped on the first page, not on the additional three pages (this is obviously a silly example stripping all p tags but it's just to illustrate). Is there anyway to force the rules (in this case the silly strip: //p) on the dynamically loaded subsequent pages?
The text was updated successfully, but these errors were encountered:
I'm not sure if this is an issue, or me doing something dumb :)
When using the 'next_page_lnk' command and the strip command, the strip works on the first page, but the dynamically loaded subsequent pages don't seem to obey the strip command. For example: if we look at this arstechnica page Huawei’s HarmonyOS: “Fake it till you make it” meets OS development - it has four pages. If I use the following config as an example:
The p tag only gets stripped on the first page, not on the additional three pages (this is obviously a silly example stripping all p tags but it's just to illustrate). Is there anyway to force the rules (in this case the silly strip: //p) on the dynamically loaded subsequent pages?
The text was updated successfully, but these errors were encountered: