Advertisement
Guest User

Untitled

a guest
Aug 14th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. #averageCustomerReviews {
  2. /* メイン */
  3. visibility: hidden;
  4. white-space: nowrap;
  5. }
  6. #averageCustomerReviews:before {
  7. /* メイン */
  8. color: #888;
  9. visibility: visible;
  10. content: "レビューが非表示に設定されています。";
  11. }
  12.  
  13. .a-icon.a-icon-star,
  14. .a-icon.a-icon-star-small {
  15. /* 関連商品 */
  16. visibility: hidden;
  17. }
  18.  
  19. span.review {
  20. /* なか見検索 */
  21. display: none;
  22. }
  23. span.crAvgStars {
  24. /* なか見検索 */
  25. display: none;
  26. }
  27.  
  28. .av-icon.av-icon--amazon_rating {
  29. /* プライム・ビデオ用 */
  30. display: none;
  31. }
  32.  
  33. .av-icon.av-icon--amazon_rating + span:before {
  34. color: #888;
  35. content: "レビュー非表示 ";
  36. }
  37.  
  38. #sponsoredProducts_feature_div {
  39. /* スポンサープロダクト */
  40. display: none;
  41. }
  42.  
  43. #sponsoredProducts_feature_div + div:before {
  44. color: #888888;
  45. content: "スポンサープロダクトは表示されません。";
  46. }
  47.  
  48. .a-row.a-spacing-top-medium.dbs-widget-size {
  49. /* インディーズマンガのランキング */
  50. /* 消し方としてはかなり雑なので代替案を模索中 */
  51. display:none;
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement