干掉买动漫的代购

屏蔽那些在虎穴甜瓜上乱刷商品的无良抱枕社团

当前为 2019-11-02 提交的版本,查看 最新版本

// ==UserScript==
// @name            干掉买动漫的代购
// @namespace       http://weibo.com/myimagination
// @author          @MyImagination
// @version			0.3
// @description     屏蔽那些在虎穴甜瓜上乱刷商品的无良抱枕社团
// @include         https://www.myacg.com.tw/goods_list.php*
// @run-at          document-end
// @grant           none
// ==/UserScript==
(function () {
    timer = setTimeout(onSub, 3000);    
}) ();
function onSub() {
  var myacg = "div.name a";
  $(myacg).each(function () {
    $('.gs_typeBox div.title').click(function () {
  });
    if ($(this).text() == '代購' || $(this).text() == 'eb') {
//    if ($(this).text() == '代購' || $(this).text() == 'eb') {
      $(this).closest('li').remove(); //myacg
//    $(this).closest('div.product.clearfix').remove(); //melonbooks
    }
  });
};

QingJ © 2025

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