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.

Autor
weiwei mov
Denně instalací
0
Celkem instalací
57
Hodnocení
0 0 0
Verze
2
Vytvořeno
15. 03. 2023
Aktualizováno
15. 03. 2023
Licence
neuvedeno
Spustit na

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