Steam

Steam

评价数不足
Calculate cost for upgrading / purchasing showcases easily
由 t.tv/MoonstruckVT 制作
This guide will show you how to easily find out the amount of points you need to spend to upgrade and buy all showcases
   
奖励
收藏
已收藏
取消收藏
Introduction
This guide will show you how to easily find out the points you need to make your steam profile standout!


What you will need
  • A modern browser (Firefox, Chrome, Opera GX. . .)
  • Logged in on steam in browser
Tip: if you are using Edge you need to type 'allow pasting' into the console first.

If you like this guide consider giving it a ,,
How to find out all points?
1 - Go to your browser and open this page make sure you are logged in
2 - Press F12
3 - Paste this code into it
// Clear console first console.clear(); // Select all elements with class '_3r7GrmPRxEWUM8_G7c843S' const containerElements = document.querySelectorAll('._3r7GrmPRxEWUM8_G7c843S'); // Initialize the total sum let totalSum = 0; // Iterate over each container element containerElements.forEach(container => { // Check if the parent has the class '_1ODxRfS8erutVT60fGfxQi' if (!container.closest('._1ODxRfS8erutVT60fGfxQi')) { // Select all elements with class 'BqFe2n5bs-NKOIO-N-o-P' within the current container const numberElements = container.querySelectorAll('.BqFe2n5bs-NKOIO-N-o-P'); // Iterate over each number element numberElements.forEach(element => { // Get the text content, remove commas, and convert to a number const number = parseFloat(element.textContent.replace(/,/g, '')); // Add the number to the total sum if (!isNaN(number)) { totalSum += number; // Highlight the added number element.style.color = 'lightgreen'; // Change to the desired highlight color } }); } }); // Log the total sum to the console console.log('Total Sum:', totalSum);

You now have the total sum of the points needed to upgrade/purchase all of them.
1 条留言
Lagertha 2024 年 11 月 6 日 上午 7:08 
:extralife: