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')]