// ==UserScript== // @name 干掉买动漫的代购 // @namespace http://weibo.com/myimagination // @author @MyImagination // @version 0.4 // @description 买动漫遍地都是代购也不做分类真是太烦了 // @include https://www.myacg.com.tw/goods_list.php* // @run-at document-end // @grant none // @downloadURL none // ==/UserScript== (function () { timer = setTimeout(onSubxxx, 1000); }) (); function onSubxxx() { var myacg = 'div.name a'; $('div.box ul.clearfix').append('
  • 刪除代購
  • '); $('.wing_block_top').addClass('kill666'); $('.kill666').click(function () { $(myacg).each(function () { if ($(this).text().indexOf('代購') >= 0) { $(this).closest('li').hide(); } }); }); }