MVideo cleaner

cleans mvideo from not priced goods

  1. // ==UserScript==
  2. // @name MVideo cleaner
  3. // @namespace http://www.mvideo.ru/
  4. // @version 0.1
  5. // @description cleans mvideo from not priced goods
  6. // @author DikUln
  7. // @include http://*mvideo.ru/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function(){
  12. $(".product-tile-checkout-section:not(:has(.product-price))").parent().parent().parent().hide();
  13. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址