Discogs - Sort by Total Price in Marketplace

Sort by the italicized 'total' price on a Discogs release page instead of pre-shipping price

< Discogs - Sort by Total Price in Marketplaceについてのフィードバック

レート:良 – スクリプトは良好に動作する

§
投稿日: 2023/06/28

Absolutely amazing! Thank you so much!

Just curious though, what's the purpose of this line:

const weight = row.querySelector(".item_add_to_cart .button") || !ascending ? 0 : 9999999;
JonUleis作者
§
投稿日: 2023/09/10

Hey, just saw this comment now. Thank you! That line "weighs" down any items without a cart button (unavailable to you) to the bottom of the sort order, if you're sorting by ascending price.

返信を投稿

返信を投稿するにはログインしてください