Greasy Fork is available in English.
Hides items listed under ebay "items found from eBay international sellers" and "More items related to"
当前为
// ==UserScript==
// @name Hide international ebay listings
// @namespace pauls
// @include http://www.ebay.com/*
// @require https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js
// @description Hides items listed under ebay "items found from eBay international sellers" and "More items related to"
// @version 1
// @grant none
// ==/UserScript==
$("#ListViewInner").children().slice($("#ListViewInner").children().index($("#ListViewInner").children().not($("[id^=item]"))[0])).hide()