Roblox Limited Item Thingy

shows more information about them in the catalog pages and trading menu.

这些是此脚本变更过代码的版本。 显示所有版本。

  • v2 2023-04-07

    Improved code.

    Hashes the info into a new cookie instead of Getting the value.
    Uses textContent instead of innerHTML to set the content of the limitedDetails element, since it doesn't contain any HTML.
    Now Uses const instead of let for the limitedItem variable, since it is not reassigned.
    Uses Array.from() instead of querySelectorAll() to convert the NodeList into an array.

  • v1 2023-04-06