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.

Fejlesztő
weiwei mov
Napi telepítések
0
Telepítések száma
57
Értékelések
0 0 0
Verzió
2
Létrehozva
2023.03.15.
Frissítve
2023.03.15.
Licensz
Ismeretlen
Érvényes

繁體中文日本語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>`;});