Block individual paragraph if it contains a certain word, without blocking other paragraphs in the same HTML tag. #2377
-
|
Given a page like this: <tbody>
<tr>
<td class="mcnTextContent" valign="top">
Almost 50% of proof of stake nodes for Ethereum were attributed to just two people recently. Hopefully that will open up soon, but there's no guarantee that it will. We should all watch closely when something designed to be decentralized ends up consolidating into just a few hands. <span><span><a href="REDACTED">MORE</span></span></a><br>
<br>
Buy our product USELESS-TRASH now. <span><span><a href="REDACTED">MORE</span></span></a><br>
<br>
Google has canceled half of its R&D projects at Area 120, its internal R&D group. This is part of Google's general push toward waste-cutting. <span><span><a href="REDACTED">MORE</a></span></span><br>
<br>
</td>
</tr>
</tbody>How could I block the paragraph that contains the term |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
|
Not possible. |
Beta Was this translation helpful? Give feedback.
-
|
Needed userscript or custom scriptlet to modify dom/node. |
Beta Was this translation helpful? Give feedback.
-
|
Isn't this a case for the new scriptlet |
Beta Was this translation helpful? Give feedback.
Isn't this a case for the new scriptlet
remove-node-text?