Greasy Fork is available in English.

Display of Remaining Stock Quantity on Hololive Shop

On the product page of Hololive Shop, the remaining quantity of each product is displayed.

Автор
weiwei mov
Инсталации дневно
0
Инсталации общо
57
Рейтинг
0 0 0
Версия
2
Създаден
15.03.2023
Обновен
15.03.2023
Лиценз
Няма
Работи на

繁體中文日本語English

-Update (2023/04/14) This script is no longer valid.

On the product page of Hololive Shop, the remaining quantity of each product is displayed.


※ This script is modified from ▼ If there are any issues, I will immediately take it down.

javascript:Elspw.params.product.variants.forEach(element=>{var id = element.id;var qty = element.qty;var title = element.title;var productLabel = document.querySelector(`input[value='${id}'] ~ label .ProductOption__label--product`);productLabel.innerHTML = `${title.substring(title.indexOf('/') + 1).trim()} / 數量: </span><span style="color:red">${qty}</span>`;});