Skip to content

Instantly share code, notes, and snippets.

@matsuu
Forked from ssig33/rate1.only.user.js
Created August 25, 2013 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matsuu/6334783 to your computer and use it in GitHub Desktop.
Save matsuu/6334783 to your computer and use it in GitHub Desktop.
// ==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