-
-
Save matsuu/6334783 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name rate1 only on kakaku.com's review | |
// @include http://review.kakaku.com/review/* | |
// @description 価格.comのレビューで満足度が 1 のものだけ表示 | |
// ==/UserScript== | |
jQuery('.reviewBox:not(:has(.total .rate1))').hide() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment