MVideo cleaner

cleans mvideo from not priced goods

// ==UserScript==
// @name         MVideo cleaner
// @namespace    http://www.mvideo.ru/
// @version      0.1
// @description  cleans mvideo from not priced goods
// @author       DikUln
// @include        http://*mvideo.ru/*
// @grant        none
// ==/UserScript==

(function(){
       
    $(".product-tile-checkout-section:not(:has(.product-price))").parent().parent().parent().hide();
    
})();

QingJ © 2025

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