5 つ星中 4つの評価を受けています

Great addon, but is there any way to block elements based on keywords?

これは以前のバージョン (0.3.4.1-signed.1-signed) についてのレビューです。 

If I understand you right, then yes, there is!

For example, I could remove any review mentioning `Great' on the yarip ` Reviews'-page, by using an XPath like this:

//div[starts-with(@id,'review-') and contains(child::p[@class='description'],'Great')]